Skip to content

Commit

Permalink
Merge pull request #35 from ergebnis/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/github-script-v4.0.2

github-actions(deps): bump actions/github-script from v3 to v4.0.2
  • Loading branch information
localheinz authored Apr 26, 2021
2 parents 105cb0c + 02447d4 commit be66696
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
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- name: "Request review from @ergebnis-bot"
uses: "actions/github-script@v3"
uses: "actions/github-script@v4.0.2"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
script: |
Expand All @@ -65,7 +65,7 @@ jobs:
})
- name: "Assign @ergebnis-bot"
uses: "actions/github-script@v3"
uses: "actions/github-script@v4.0.2"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
script: |
Expand All @@ -84,7 +84,7 @@ jobs:
})
- name: "Approve pull request"
uses: "actions/github-script@v3"
uses: "actions/github-script@v4.0.2"
if: "github.actor != 'ergebnis-bot'"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
Expand All @@ -100,7 +100,7 @@ jobs:
})
- name: "Merge pull request"
uses: "actions/github-script@v3"
uses: "actions/github-script@v4.0.2"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

0 comments on commit be66696

Please sign in to comment.