Skip to content

Commit

Permalink
feat: link the pr to solved jira
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bas-info-nl committed Apr 12, 2024
1 parent 74ca6b3 commit 1371df6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/github/.secrets-sample
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Create you're own .secrets file and set all secrets that will be loaded by ACT
GITHUB_TOKEN=github-token
JIRA_URL=jira-url
JIRA_TOKEN=jira-token
6 changes: 6 additions & 0 deletions scripts/github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ There's a script that kicks off act in the correct location:

This script can be used to test the whole flow, or you can adjust it so that it
only runs a single job.

# Sample GitHub events
The [sample-events](./sample-events) directory contains sample json events that
will be generated by GitHub in case of events. It only contains those samples
currently used for testing, more samples can be copied from the
[mixu/identify-github-event](https://github.com/mixu/identify-github-event) repository.

0 comments on commit 1371df6

Please sign in to comment.