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.
release-please
1 parent 0b4db8a commit 01903faCopy full SHA for 01903fa
.github/workflows/sloth.yml
@@ -16,11 +16,11 @@ jobs:
16
id: check_release_please
17
if: github.event.pull_request.user.id == 41898282 # release-please[bot]
18
run: |
19
+ echo "skip=true" >> $GITHUB_OUTPUT
20
echo "Skipping Sloth check for release-please PR"
- exit 0
21
22
- name: Run Sloth
23
- if: ${{ always() && steps.check_release_please.outcome == 'skipped' }}
+ if: ${{ !steps.check_release_please.outputs.skip }}
24
uses: lendable/sloth@e1fd9a2df2549f6e64188f274bc5d3b39d7842ed # 0.2.0
25
with:
26
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments