Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
execute:
runs-on: ubuntu-latest
steps:
- uses: jpmcb/prow-github-actions@v1
- uses: jpmcb/prow-github-actions@v2.0.0
Comment thread
chilin0525 marked this conversation as resolved.
Outdated
with:
prow-commands: /assign /unassign /approve /retitle /area /kind /priority /remove /lgtm /close /reopen /lock /milestone /hold /cc /uncc
github-token: '${{ secrets.GITHUB_TOKEN }}'
Expand All @@ -39,7 +39,7 @@ jobs:
execute:
runs-on: ubuntu-latest
steps:
- uses: jpmcb/prow-github-actions@v1
- uses: jpmcb/prow-github-actions@v2.0.0
Comment thread
chilin0525 marked this conversation as resolved.
Outdated
with:
jobs: lgtm
github-token: '${{ secrets.GITHUB_TOKEN }}'
Expand All @@ -58,7 +58,7 @@ jobs:
execute:
runs-on: ubuntu-latest
steps:
- uses: jpmcb/prow-github-actions@v1
- uses: jpmcb/prow-github-actions@v2.0.0
Comment thread
chilin0525 marked this conversation as resolved.
Outdated
with:
jobs: lgtm
github-token: '${{ secrets.GITHUB_TOKEN }}'
Expand Down