Skip to content

Commit ee1c1e3

Browse files
chore(main): release find-pr-for-commit 1.0.1
1 parent 98384a8 commit ee1c1e3

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"actions/validate-policy-bot-config": "1.1.0",
1818
"actions/trigger-argo-workflow": "1.1.0",
1919
"actions/setup-jrsonnet": "1.0.0",
20-
"actions/find-pr-for-commit": "1.0.0"
20+
"actions/find-pr-for-commit": "1.0.1"
2121
}

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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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-03-04)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **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))
9+
310
## 1.0.0 (2025-01-29)
411

512

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- name: Find PR for current commit
4949
id: find-pr
50-
uses: grafana/shared-workflows/actions/[email protected].0
50+
uses: grafana/shared-workflows/actions/[email protected].1
5151

5252
- name: Use PR number
5353
run: echo "PR Number is ${{ steps.find-pr.outputs.pr_number }}"
@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
- name: Find PR for specific commit
7272
id: find-pr
73-
uses: grafana/shared-workflows/actions/[email protected].0
73+
uses: grafana/shared-workflows/actions/[email protected].1
7474
with:
7575
commitrev: "1234567890abcdef1234567890abcdef12345678"
7676

@@ -95,7 +95,7 @@ jobs:
9595
steps:
9696
- name: Find PR for named revision
9797
id: find-pr
98-
uses: grafana/shared-workflows/actions/[email protected].0
98+
uses: grafana/shared-workflows/actions/[email protected].1
9999
with:
100100
commitrev: "HEAD~2"
101101

@@ -120,7 +120,7 @@ jobs:
120120
steps:
121121
- name: Find PR for commit in another repository
122122
id: find-pr
123-
uses: grafana/shared-workflows/actions/[email protected].0
123+
uses: grafana/shared-workflows/actions/[email protected].1
124124
with:
125125
owner: "grafana"
126126
repo: "grafana"

0 commit comments

Comments
 (0)