Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .github/workflows/.onPRReviews.yml.swo
Binary file not shown.
11 changes: 6 additions & 5 deletions .github/workflows/onNewIssueOrPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
types: [opened]
pull_request:
types: [opened]

permissions:
issues: write
jobs:
add-to-project:
name: Add issue/PR to project
Expand All @@ -22,7 +23,7 @@ jobs:
if: ${{github.event.issue.number}}
steps:
- name: Apply issue sprint to PR
uses: 3drepo/update-project-action@v1.1
uses: 3drepo/update-project-action@main
with:
github_token: ${{ secrets.PROJ_MANAGEMENT_TOKEN }}
organization: 3drepo
Expand All @@ -44,7 +45,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Get issue sprint
id: issue-sprint
uses: 3drepo/update-project-action@v1.1
uses: 3drepo/update-project-action@main
with:
github_token: ${{ secrets.PROJ_MANAGEMENT_TOKEN }}
organization: 3drepo
Expand All @@ -54,7 +55,7 @@ jobs:
operation: read
- name: Set issue to QA
id: issue-to-qa
uses: 3drepo/update-project-action@v1.1
uses: 3drepo/update-project-action@main
with:
github_token: ${{ secrets.PROJ_MANAGEMENT_TOKEN }}
organization: 3drepo
Expand All @@ -63,7 +64,7 @@ jobs:
field: 'Feature Progress'
value: 'QA'
- name: Apply issue sprint to PR
uses: 3drepo/update-project-action@update-PR
uses: 3drepo/update-project-action@main
if: ${{steps.issue-sprint.outputs.field_read_value}}
with:
github_token: ${{ secrets.PROJ_MANAGEMENT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onPRClose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Update status in the Project
if: ${{github.event.pull_request.merged}}
id: update_status
uses: 3drepo/update-project-action@v1.1
uses: 3drepo/update-project-action@2.0
with:
github_token: ${{ secrets.PROJ_MANAGEMENT_TOKEN }}
organization: 3drepo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onPRReviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Update status on the Issue
if: ${{ steps.setStatusOutputIssue.outputs.status }}
id: update_status_issue
uses: 3drepo/update-project-action@v1.1
uses: 3drepo/update-project-action@2.0
with:
github_token: ${{ secrets.PROJ_MANAGEMENT_TOKEN }}
organization: 3drepo
Expand Down
2 changes: 0 additions & 2 deletions dummy.txt

This file was deleted.

Loading