Skip to content

Commit cc2d8b9

Browse files
chore(main): release find-pr-for-commit 1.0.1 (#805)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dimitris Sotirakis <[email protected]>
1 parent 19d8fb5 commit cc2d8b9

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"actions/validate-policy-bot-config": "1.1.1",
1818
"actions/trigger-argo-workflow": "1.1.0",
1919
"actions/setup-jrsonnet": "1.0.1",
20-
"actions/find-pr-for-commit": "1.0.0",
20+
"actions/find-pr-for-commit": "1.0.1",
2121
"actions/remove-checkout-credentials": "0.1.0",
2222
"actions/dependabot-auto-triage": "1.0.0",
2323
"actions/get-latest-workflow-artifact": "0.1.0"

actions/find-pr-for-commit/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### 📝 Documentation
7+
8+
* **multiple-actions:** move permissions to job level in workflow examples ([49c90b1](https://github.com/grafana/shared-workflows/commit/49c90b10fcbce463983bed45932cf468b8bd06ce))
9+
* **multiple-actions:** move permissions to job level in workflows ([#969](https://github.com/grafana/shared-workflows/issues/969)) ([49c90b1](https://github.com/grafana/shared-workflows/commit/49c90b10fcbce463983bed45932cf468b8bd06ce))
10+
* update all readmes to replace hyphen with slash ([#1008](https://github.com/grafana/shared-workflows/issues/1008)) ([472df76](https://github.com/grafana/shared-workflows/commit/472df76fb1cbb92a17fb9e055bdf0d1399109ee3))
11+
12+
13+
### 🔧 Miscellaneous Chores
14+
15+
* **main:** release push-to-gar-docker 0.3.0 ([#794](https://github.com/grafana/shared-workflows/issues/794)) ([a7bc536](https://github.com/grafana/shared-workflows/commit/a7bc5367c4a91c389526d58839d8f6224dba4dcc))
16+
317
## 1.0.0 (2025-01-29)
418

519

actions/find-pr-for-commit/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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.0
49+
uses: grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.1
5050

5151
- name: Use PR number
5252
run: echo "PR Number is ${{ steps.find-pr.outputs.pr_number }}"
@@ -68,7 +68,7 @@ jobs:
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.0
71+
uses: grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.1
7272
with:
7373
commitrev: "1234567890abcdef1234567890abcdef12345678"
7474

@@ -92,7 +92,7 @@ jobs:
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.0
95+
uses: grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.1
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.0
120+
uses: grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.1
121121
with:
122122
owner: "grafana"
123123
repo: "grafana"

0 commit comments

Comments
 (0)