Skip to content

Commit 994ea1c

Browse files
committed
fix: add temp manual push trigger
1 parent 73fb0f9 commit 994ea1c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/stale.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
description: "Run in dry-run mode (no labels/comments applied)"
1313
required: false
1414
default: "true"
15+
# Temporary: test trigger - REMOVE AFTER TESTING
16+
push:
17+
branches: [siormeir/create-stale-action-1]
1518

1619
jobs:
1720
stale:
@@ -36,7 +39,7 @@ jobs:
3639
only-labels: "" # leave empty to include all
3740

3841
# Debug-only mode (acts as a dry run)
39-
debug-only: ${{ github.event.inputs.dry_run }}
42+
debug-only: ${{ github.event.inputs.dry_run || 'true' }}
4043

4144
- name: Log dry-run status
4245
run: |

0 commit comments

Comments
 (0)