File tree Expand file tree Collapse file tree
actions/find-pr-for-commit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 "actions/validate-policy-bot-config" : " 1.1.2" ,
1616 "actions/trigger-argo-workflow" : " 2.0.0" ,
1717 "actions/setup-jrsonnet" : " 1.0.3" ,
18- "actions/find-pr-for-commit" : " 1.0.2 " ,
18+ "actions/find-pr-for-commit" : " 1.0.3 " ,
1919 "actions/remove-checkout-credentials" : " 0.1.1" ,
2020 "actions/dependabot-auto-triage" : " 1.1.2" ,
2121 "actions/get-latest-workflow-artifact" : " 0.2.3" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.3] ( https://github.com/grafana/shared-workflows/compare/find-pr-for-commit/v1.0.2...find-pr-for-commit/v1.0.3 ) (2026-06-10)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * ** create-github-app-token:** trigger release-please for reverted gatb change ([ #1988 ] ( https://github.com/grafana/shared-workflows/issues/1988 ) ) ([ e6c8753] ( https://github.com/grafana/shared-workflows/commit/e6c875364b041be8288bcb1bee15f79cea31ffb1 ) )
9+
310## [ 1.0.2] ( https://github.com/grafana/shared-workflows/compare/find-pr-for-commit/v1.0.1...find-pr-for-commit/v1.0.2 ) (2026-05-04)
411
512
Original file line number Diff line number Diff line change 4646 steps :
4747 - name : Find PR for current commit
4848 id : find-pr
49- uses : grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.2
49+ uses : grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.3
5050
5151 - name : Use PR number
5252 run : echo "PR Number is ${{ steps.find-pr.outputs.pr_number }}"
6868 steps :
6969 - name : Find PR for specific commit
7070 id : find-pr
71- uses : grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.2
71+ uses : grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.3
7272 with :
7373 commitrev : " 1234567890abcdef1234567890abcdef12345678"
7474
9292 steps :
9393 - name : Find PR for named revision
9494 id : find-pr
95- uses : grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.2
95+ uses : grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.3
9696 with :
9797 commitrev : " HEAD~2"
9898
@@ -117,7 +117,7 @@ jobs:
117117 steps:
118118 - name: Find PR for commit in another repository
119119 id: find-pr
120- uses: grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.2
120+ uses: grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.3
121121 with:
122122 owner: "grafana"
123123 repo: "grafana"
You can’t perform that action at this time.
0 commit comments