Skip to content

Commit

Permalink
Merge pull request #73 from ASFHyP3/jira-link-disclaimer
Browse files Browse the repository at this point in the history
Add disclaimer for Jira issue link
  • Loading branch information
jtherrmann authored Jul 28, 2023
2 parents e84053b + 1e7bab6 commit 80408a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/reusable-create-jira-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
uses: actions-cool/issues-helper@v3
with:
actions: update-issue
body: "**Jira:** ${{ secrets.JIRA_BASE_URL }}/browse/${{ steps.create_jira_issue.outputs.issue }}\n\
<!-- The previous line was added by GitHub Actions. It should remain as the first line in this description. -->\n\n\
body: "<!-- WARNING: The following lines were added by create-jira-issue, please do not modify! -->\n\
**Jira:** ${{ secrets.JIRA_BASE_URL }}/browse/${{ steps.create_jira_issue.outputs.issue }}\n\n\
*Note: The above link is accessible only to members of ASF.*\n\n\
----------------------------------------------------------------------------------------------------\n\
<!-- WARNING: The preceding lines were added by create-jira-issue, please do not modify! -->\n\n\
${{ github.event.issue.body }}"
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.1]

### Added
* Modified [`reusable-create-jira-issue.yml`](./.github/workflows/reusable-create-jira-issue.yml) to add
a disclaimer for the Jira issue link.

## [0.8.0]

Expand Down

0 comments on commit 80408a8

Please sign in to comment.