Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: link the pr to solved jira #897

Closed

Conversation

bas-info-nl
Copy link
Member

If the PR message contains a (re-)solves reference to a JIRA issue. The add-jira-link-pr-open.yml GitHub action will create a link in JIRA to this PR.

Resolves PZ-2089

If the PR message contains a (re-)solves reference to a JIRA issue. The add-jira-link-pr-open.yml GitHub action will create a link in JIRA to this PR.

Resolves PZ-2089
@bas-info-nl bas-info-nl requested review from hsiliev, felixcicatt and a team as code owners April 12, 2024 13:14
Copy link
Contributor

unit-test-results

 25 files  ±0   48 suites  ±0   1m 35s ⏱️ ±0s
148 tests ±0  147 ✅ ±0  1 💤 ±0  0 ❌ ±0 
171 runs  ±0  169 ✅ ±0  2 💤 ±0  0 ❌ ±0 

Results for commit 24b6cc7. ± Comparison against base commit 7562642.

Copy link
Contributor

integration-test-results

11 files  ±0  11 suites  ±0   13s ⏱️ -1s
43 tests ±0  43 ✅ ±0  0 💤 ±0  0 ❌ ±0 
48 runs  ±0  48 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 24b6cc7. ± Comparison against base commit 7562642.

- name: Run Python script
run: |
pip install requests
MY_PYTHON_SCRIPT=$(cat << EOF
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need MY_PYTHON_SCRIPT? Can we execute this directly with python as we anyway immediately do?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need some variable substitutions, but you might be right, and it could be executed directly, without going through a local variable.

@bas-info-nl bas-info-nl deleted the feature/PZ-2089_add_link_to_pr_in_jira_issue branch November 15, 2024 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants