Browse Source
Merge pull request #38786 from nextcloud/dependabot/github_actions/peter-evans/create-or-update-comment-3
pull/38745/head
John Molakvoæ
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
6 additions and
6 deletions
-
.github/workflows/command-compile.yml
-
.github/workflows/command-pull-3rdparty.yml
-
.github/workflows/command-rebase.yml
|
|
|
@ -23,7 +23,7 @@ jobs: |
|
|
|
require: write |
|
|
|
|
|
|
|
- name: Add reaction on start |
|
|
|
uses: peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b # v3.0.1 |
|
|
|
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.1 |
|
|
|
with: |
|
|
|
token: ${{ secrets.COMMAND_BOT_PAT }} |
|
|
|
repository: ${{ github.event.repository.full_name }} |
|
|
|
@ -108,7 +108,7 @@ jobs: |
|
|
|
git push --force origin ${{ needs.init.outputs.head_ref }} |
|
|
|
|
|
|
|
- name: Add reaction on failure |
|
|
|
uses: peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b # v3.0.1 |
|
|
|
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.1 |
|
|
|
if: failure() |
|
|
|
with: |
|
|
|
token: ${{ secrets.COMMAND_BOT_PAT }} |
|
|
|
|
|
|
|
@ -18,7 +18,7 @@ jobs: |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: Add reaction on start |
|
|
|
uses: peter-evans/create-or-update-comment@v2 |
|
|
|
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa |
|
|
|
with: |
|
|
|
token: ${{ secrets.COMMAND_BOT_PAT }} |
|
|
|
repository: ${{ github.event.repository.full_name }} |
|
|
|
@ -46,7 +46,7 @@ jobs: |
|
|
|
git push |
|
|
|
|
|
|
|
- name: Add reaction on failure |
|
|
|
uses: peter-evans/create-or-update-comment@v2 |
|
|
|
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa |
|
|
|
if: failure() |
|
|
|
with: |
|
|
|
token: ${{ secrets.COMMAND_BOT_PAT }} |
|
|
|
|
|
|
|
@ -23,7 +23,7 @@ jobs: |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: Add reaction on start |
|
|
|
uses: peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b # v3.0.1 |
|
|
|
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.1 |
|
|
|
with: |
|
|
|
token: ${{ secrets.COMMAND_BOT_PAT }} |
|
|
|
repository: ${{ github.event.repository.full_name }} |
|
|
|
@ -42,7 +42,7 @@ jobs: |
|
|
|
GITHUB_TOKEN: ${{ secrets.COMMAND_BOT_PAT }} |
|
|
|
|
|
|
|
- name: Add reaction on failure |
|
|
|
uses: peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b # v3.0.1 |
|
|
|
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.1 |
|
|
|
if: failure() |
|
|
|
with: |
|
|
|
token: ${{ secrets.COMMAND_BOT_PAT }} |
|
|
|
|