Skip to content

Commit

Permalink
Remove obsolete TODO and fix commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
paulslaby committed Jan 29, 2024
1 parent 8130a3b commit 1b9e450
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/distribute-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ jobs:
- uses: actions/checkout@v3
- uses: derberg/manage-files-in-multiple-repositories@v2
with:
# TODO: using my personal token here. need a bot token
# 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'
commit_message: 'Update dependabot.yml config'
commit_message: 'Update stale.yml config'
committer_username: 'Atlas Team'
committer_email: '[email protected]'
exclude_forked: true

0 comments on commit 1b9e450

Please sign in to comment.