|
|
|
@ -20,7 +20,7 @@ jobs:
|
|
|
|
|
with:
|
|
|
|
|
project: Current Release
|
|
|
|
|
action: delete
|
|
|
|
|
repo-token: ${{ secrets.GH_TOKEN }}
|
|
|
|
|
repo-token: ${{ secrets.JF_BOT_TOKEN }}
|
|
|
|
|
|
|
|
|
|
- name: Add to 'Release Next' project
|
|
|
|
|
uses: alex-page/github-project-automation-plus@v0.7.1
|
|
|
|
@ -29,7 +29,7 @@ jobs:
|
|
|
|
|
with:
|
|
|
|
|
project: Release Next
|
|
|
|
|
column: In progress
|
|
|
|
|
repo-token: ${{ secrets.GH_TOKEN }}
|
|
|
|
|
repo-token: ${{ secrets.JF_BOT_TOKEN }}
|
|
|
|
|
|
|
|
|
|
- name: Add to 'Current Release' project
|
|
|
|
|
uses: alex-page/github-project-automation-plus@v0.7.1
|
|
|
|
@ -38,7 +38,7 @@ jobs:
|
|
|
|
|
with:
|
|
|
|
|
project: Current Release
|
|
|
|
|
column: In progress
|
|
|
|
|
repo-token: ${{ secrets.GH_TOKEN }}
|
|
|
|
|
repo-token: ${{ secrets.JF_BOT_TOKEN }}
|
|
|
|
|
|
|
|
|
|
- name: Check number of comments from the team member
|
|
|
|
|
if: github.event.issue.pull_request == '' && github.event.comment.author_association == 'MEMBER'
|
|
|
|
@ -52,7 +52,7 @@ jobs:
|
|
|
|
|
with:
|
|
|
|
|
project: Issue Triage for Main Repo
|
|
|
|
|
column: Needs triage
|
|
|
|
|
repo-token: ${{ secrets.GH_TOKEN }}
|
|
|
|
|
repo-token: ${{ secrets.JF_BOT_TOKEN }}
|
|
|
|
|
|
|
|
|
|
- name: Add issue to triage project
|
|
|
|
|
uses: alex-page/github-project-automation-plus@v0.7.1
|
|
|
|
@ -61,4 +61,4 @@ jobs:
|
|
|
|
|
with:
|
|
|
|
|
project: Issue Triage for Main Repo
|
|
|
|
|
column: Pending response
|
|
|
|
|
repo-token: ${{ secrets.GH_TOKEN }}
|
|
|
|
|
repo-token: ${{ secrets.JF_BOT_TOKEN }}
|
|
|
|
|