Thanks to visit codestin.com Credit goes to github.com
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 9dc8e0f commit d029b02Copy full SHA for d029b02
.github/workflows/contrib.yaml
@@ -52,7 +52,7 @@ jobs:
52
release-labels:
53
runs-on: ubuntu-latest
54
# Skip tagging for draft PRs.
55
- if: ${{ github.event_name == 'pull_request_target' && success() && !github.event.pull_request.draft }}
+ if: ${{ github.event_name == 'pull_request_target' && !github.event.pull_request.draft }}
56
steps:
57
- name: release-labels
58
uses: actions/github-script@v7
0 commit comments