Skip to content

Commit

Permalink
Merge pull request #105 from Lctrs/feature/script
Browse files Browse the repository at this point in the history
workflows: Bump actions/github-script from v1 to v2
  • Loading branch information
lctrs-bot committed Jun 8, 2020
2 parents af4521a + 9e2fa1d commit 9526d34
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 @@ -402,7 +402,7 @@ jobs:
steps:
- name: "Request review from @lctrs-bot"
uses: "actions/github-script@v1"
uses: "actions/github-script@v2"
with:
github-token: "${{ secrets.LCTRS_BOT_TOKEN }}"
script: |
Expand All @@ -421,7 +421,7 @@ jobs:
})
- name: "Assign @lctrs-bot"
uses: "actions/github-script@v1"
uses: "actions/github-script@v2"
with:
github-token: "${{ secrets.LCTRS_BOT_TOKEN }}"
script: |
Expand All @@ -440,7 +440,7 @@ jobs:
})
- name: "Approve pull request"
uses: "actions/github-script@v1"
uses: "actions/github-script@v2"
if: "github.actor != 'lctrs-bot'"
with:
github-token: "${{ secrets.LCTRS_BOT_TOKEN }}"
Expand All @@ -456,7 +456,7 @@ jobs:
})
- name: "Merge pull request"
uses: "actions/github-script@v1"
uses: "actions/github-script@v2"
with:
github-token: "${{ secrets.LCTRS_BOT_TOKEN }}"
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: "Add labels based on branch name"
uses: "actions/github-script@v1"
uses: "actions/github-script@v2"
with:
github-token: "${{ secrets.LCTRS_BOT_TOKEN }}"
script: |
Expand Down

0 comments on commit 9526d34

Please sign in to comment.