Skip to content

Commit

Permalink
DAOS-16872 cq: Bump thollander/actions-comment-pull-request from 2 to…
Browse files Browse the repository at this point in the history
… 3 (#15590)

Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 2 to 3.
- [Release notes](https://github.com/thollander/actions-comment-pull-request/releases)
- [Commits](thollander/actions-comment-pull-request@v2...v3)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Dalton Bohning <[email protected]>
Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent 21c51ed commit c585239
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ jobs:
id: jira-data
- name: Comment on PR
if: always()
uses: thollander/actions-comment-pull-request@v2
# yamllint disable-line rule:line-length
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
with:
comment_tag: 'jira_query_message'
comment-tag: 'jira_query_message'
message: ${{ steps.jira-data.outputs.message }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Set labels
if: ${{ always() && steps.jira-data.outputs.label != '' }}
uses: actions-ecosystem/action-add-labels@v1
Expand Down

0 comments on commit c585239

Please sign in to comment.