We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44498f1 commit 5916f6eCopy full SHA for 5916f6e
1 file changed
.github/workflows/validate.yaml
@@ -4,8 +4,7 @@ on:
4
types: [labeled]
5
6
permissions:
7
- issues: write # Allows the token to modify issues (needed for label management)
8
- pull-requests: write # Allows the token to interact with pull requests
+ pull-requests: write
9
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
@@ -29,9 +28,7 @@ jobs:
29
28
echo "Running validation because 'full validation' label was added"
30
# Add your validation logic here (e.g., linting, testing)
31
32
- sleep 30
33
-
34
- # Simulate failure
+ sleep 10
35
exit 0
36
37
- name: Remove label
0 commit comments