diff --git a/.github/workflows/distribute-stale.yml b/.github/workflows/distribute-stale.yml index 11bcfde..db32397 100644 --- a/.github/workflows/distribute-stale.yml +++ b/.github/workflows/distribute-stale.yml @@ -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: 'atlas@customink.com'