Skip to content

Commit

Permalink
Fix stale script distribution #2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulslaby committed Jan 31, 2024
1 parent 834484a commit 453703d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/distribute-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '.github/workflows/distribute-stale.yml'

jobs:
replicate_changes:
distribute_stale:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -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/stale.yml'
patterns_to_include: '.github/workflows/stale.yml'
commit_message: 'Update stale.yml config'
committer_username: 'Atlas Team'
committer_email: '[email protected]'
Expand Down

0 comments on commit 453703d

Please sign in to comment.