Skip to content

Commit

Permalink
Merge pull request #461 from ergebnis/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/github-script-v3.1

github-actions(deps): bump actions/github-script from v3.0.0 to v3.1
  • Loading branch information
ergebnis-bot committed Nov 18, 2020
2 parents 0e96c89 + 67ec22c commit ab0b295
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integrate.yaml
Expand Up @@ -377,7 +377,7 @@ jobs:
steps:
- name: "Request review from @${{ env.ERGEBNIS_BOT_NAME }}"
uses: "actions/github-script@v3.0.0"
uses: "actions/github-script@v3.1"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
script: |
Expand All @@ -396,7 +396,7 @@ jobs:
})
- name: "Assign @${{ env.ERGEBNIS_BOT_NAME }}"
uses: "actions/github-script@v3.0.0"
uses: "actions/github-script@v3.1"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
script: |
Expand All @@ -415,7 +415,7 @@ jobs:
})
- name: "Approve pull request"
uses: "actions/github-script@v3.0.0"
uses: "actions/github-script@v3.1"
if: "github.actor != '${{ env.ERGEBNIS_BOT_NAME }}'"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
Expand All @@ -431,7 +431,7 @@ jobs:
})
- name: "Merge pull request"
uses: "actions/github-script@v3.0.0"
uses: "actions/github-script@v3.1"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage.yaml
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: "Add labels based on branch name"
uses: "actions/github-script@v3.0.0"
uses: "actions/github-script@v3.1"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
script: |
Expand Down

0 comments on commit ab0b295

Please sign in to comment.