File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 - name : Skip for repository owner
1717 id : check
1818 run : |
19- if [ "${{ github.event.pull_request.user.id == '4849482' }}" == "true" ]; then
19+ if [ "${{ github.event.pull_request.user.id }}" == '4849482' ]; then
2020 echo "run=false" >> $GITHUB_OUTPUT
2121 echo "::notice::Skipping auto-review request - repository owner PR"
2222 else
Original file line number Diff line number Diff line change 1616 - name : Skip for release-please
1717 id : check
1818 run : |
19- if [ "${{ github.event.pull_request.user.id == '41898282' }}" == "true" ]; then
19+ if [ "${{ github.event.pull_request.user.id }}" == '41898282' ]; then
2020 echo "run=false" >> $GITHUB_OUTPUT
2121 echo "::notice::Skipping CI checks - release-please PR"
2222 else
Original file line number Diff line number Diff line change 1717 - name : Skip for release-please
1818 id : check
1919 run : |
20- if [ "${{ github.event.pull_request.user.id == '41898282' }}" == "true" ]; then
20+ if [ "${{ github.event.pull_request.user.id }}" == '41898282' ]; then
2121 echo "run=false" >> $GITHUB_OUTPUT
2222 echo "::notice::Skipping Sloth - release-please PR"
2323 else
You can’t perform that action at this time.
0 commit comments