Skip to content

Commit

Permalink
Fix stale script distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
paulslaby committed Jan 31, 2024
1 parent 23ff009 commit 834484a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribute-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# needed scopes: repo, workflow
github_token: ${{ secrets.GLOBAL_GH_ACTION_TOKEN }}
# you must specify what pattern to include otherwise all files from the repository will be replicated
patterns_to_include: '.github/dependabot.yml'
patterns_to_include: '.github/stale.yml'
commit_message: 'Update stale.yml config'
committer_username: 'Atlas Team'
committer_email: '[email protected]'
Expand Down

0 comments on commit 834484a

Please sign in to comment.