We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a2ce3 commit b53007dCopy full SHA for b53007d
.github/workflows/sloth.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Skip for release-please
18
id: check
19
run: |
20
- if [ "${{ github.event.pull_request.user.id == '41898282' }}" == "2true" ]; then
+ if [ "${{ github.event.pull_request.user.id == '41898282' }}" == "true" ]; then
21
echo "run=false" >> $GITHUB_OUTPUT
22
echo "Skipping Sloth - release-please PR"
23
else
0 commit comments