File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
actions/find-pr-for-commit Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1717 "actions/validate-policy-bot-config" : " 1.1.1" ,
1818 "actions/trigger-argo-workflow" : " 1.2.1" ,
1919 "actions/setup-jrsonnet" : " 1.0.2" ,
20- "actions/find-pr-for-commit" : " 1.0.1 " ,
20+ "actions/find-pr-for-commit" : " 1.0.2 " ,
2121 "actions/remove-checkout-credentials" : " 0.1.0" ,
2222 "actions/dependabot-auto-triage" : " 1.1.1" ,
2323 "actions/get-latest-workflow-artifact" : " 0.2.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.2] ( https://github.com/grafana/shared-workflows/compare/find-pr-for-commit/v1.0.1...find-pr-for-commit/v1.0.2 ) (2025-11-28)
4+
5+
6+ ### 🔧 Miscellaneous Chores
7+
8+ * ** deps:** update octokit/graphql-action action to v3 ([ #1497 ] ( https://github.com/grafana/shared-workflows/issues/1497 ) ) ([ 273c085] ( https://github.com/grafana/shared-workflows/commit/273c085fd3c84eb8f2ad9a1d5572818bc2040061 ) )
9+
310## [ 1.0.1] ( https://github.com/grafana/shared-workflows/compare/find-pr-for-commit-v1.0.0...find-pr-for-commit/v1.0.1 ) (2025-06-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.1
49+ uses : grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.2
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.1
71+ uses : grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.2
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.1
95+ uses : grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.2
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.1
120+ uses: grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.2
121121 with:
122122 owner: "grafana"
123123 repo: "grafana"
You can’t perform that action at this time.
0 commit comments