Skip to content

Commit 4aa4a34

Browse files
authored
Merge pull request #952 from DataDog/sbarrio/automation/disable-stale-action-debug-mode
Disable stale action's debug mode
2 parents 85764b7 + 5efccd4 commit 4aa4a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
# Run the stale workflow as dry-run.
3434
# No GitHub API calls that can alter the issues and pull requests will happen.
3535
# Useful to debug or when you want to configure the stale workflow safely.
36-
debug-only: true
36+
debug-only: false

0 commit comments

Comments
 (0)