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 63ae78d commit 741ec5dCopy full SHA for 741ec5d
.github/workflows/required-labels.yml
@@ -19,6 +19,9 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v5
22
+ - name: Wait for PR to be ready (if just opened)
23
+ if: github.event_name == 'pull_request_target' && github.event.action == 'opened'
24
+ run: sleep 30
25
- id: get-labels
26
run: |
27
labels=$(yq '[.categories[].labels] + .exclude-labels | flatten | unique | sort | @tsv' .github/release-drafter.yml | tr '\t' ',')
0 commit comments