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 73fb0f9 commit 994ea1cCopy full SHA for 994ea1c
.github/workflows/stale.yaml
@@ -12,6 +12,9 @@ on:
12
description: "Run in dry-run mode (no labels/comments applied)"
13
required: false
14
default: "true"
15
+ # Temporary: test trigger - REMOVE AFTER TESTING
16
+ push:
17
+ branches: [siormeir/create-stale-action-1]
18
19
jobs:
20
stale:
@@ -36,7 +39,7 @@ jobs:
36
39
only-labels: "" # leave empty to include all
37
40
38
41
# Debug-only mode (acts as a dry run)
- debug-only: ${{ github.event.inputs.dry_run }}
42
+ debug-only: ${{ github.event.inputs.dry_run || 'true' }}
43
44
- name: Log dry-run status
45
run: |
0 commit comments