Skip to content
Open
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
8 changes: 4 additions & 4 deletions .github/workflows/project-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check if PR is in project
continue-on-error: true
id: check_project
uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
uses: github/update-project-action@21f8a8478d7c5253e166ee62517d3a942b170fa4
with:
github_token: ${{ secrets.GH_PROJECT_AUTOMATION }}
organization: getsentry
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update status to in_progress
uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
uses: github/update-project-action@21f8a8478d7c5253e166ee62517d3a942b170fa4
with:
github_token: ${{ secrets.GH_PROJECT_AUTOMATION }}
organization: getsentry
Expand All @@ -66,7 +66,7 @@ jobs:
steps:
- name: Update status to in_review
id: update_status
uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
uses: github/update-project-action@21f8a8478d7c5253e166ee62517d3a942b170fa4
with:
github_token: ${{ secrets.GH_PROJECT_AUTOMATION }}
organization: getsentry
Expand All @@ -87,7 +87,7 @@ jobs:
steps:
- name: Update status to done
id: update_status
uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
uses: github/update-project-action@21f8a8478d7c5253e166ee62517d3a942b170fa4
with:
github_token: ${{ secrets.GH_PROJECT_AUTOMATION }}
organization: getsentry
Expand Down
Loading