File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 - name : Check if PR is in project
1818 continue-on-error : true
1919 id : check_project
20- uses : github/update-project-action@main
20+ uses : github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
2121 with :
2222 github_token : ${{ secrets.GH_PROJECT_AUTOMATION }}
2323 organization : getsentry
4545 runs-on : ubuntu-latest
4646 steps :
4747 - name : Update status to in_progress
48- uses : github/update-project-action@main
48+ uses : github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
4949 with :
5050 github_token : ${{ secrets.GH_PROJECT_AUTOMATION }}
5151 organization : getsentry
6666 steps :
6767 - name : Update status to in_review
6868 id : update_status
69- uses : github/update-project-action@main
69+ uses : github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
7070 with :
7171 github_token : ${{ secrets.GH_PROJECT_AUTOMATION }}
7272 organization : getsentry
8787 steps :
8888 - name : Update status to done
8989 id : update_status
90- uses : github/update-project-action@main
90+ uses : github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
9191 with :
9292 github_token : ${{ secrets.GH_PROJECT_AUTOMATION }}
9393 organization : getsentry
You can’t perform that action at this time.
0 commit comments