Skip to content

Commit 75bfece

Browse files
chore(deps): update jpmcb/prow-github-actions action to v2.0.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c12bb66 commit 75bfece

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prow-lgtm-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: GitHubSecurityLab/actions-permissions/monitor@v1
1818
with:
1919
config: ${{ vars.PERMISSIONS_CONFIG }}
20-
- uses: jpmcb/prow-github-actions@v1.1.3
20+
- uses: jpmcb/prow-github-actions@v2.0.0
2121
with:
2222
jobs: "lgtm"
2323
github-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/prow-lgtm-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: GitHubSecurityLab/actions-permissions/monitor@v1
1919
with:
2020
config: ${{ vars.PERMISSIONS_CONFIG }}
21-
- uses: jpmcb/prow-github-actions@v1.1.3
21+
- uses: jpmcb/prow-github-actions@v2.0.0
2222
with:
2323
jobs: "lgtm"
2424
github-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/prow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: GitHubSecurityLab/actions-permissions/monitor@v1
1818
with:
1919
config: ${{ vars.PERMISSIONS_CONFIG }}
20-
- uses: jpmcb/prow-github-actions@v1.1.3
20+
- uses: jpmcb/prow-github-actions@v2.0.0
2121
with:
2222
prow-commands: "/assign /unassign /approve /retitle /area /kind /priority /status /remove /lgtm /close /reopen /lock
2323
/milestone /hold /cc /uncc"

0 commit comments

Comments
 (0)