Skip to content

Commit

Permalink
Update the script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndacyayisenga-droid authored and Jexsie committed Dec 4, 2024
1 parent aee6e6d commit 6790103
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/run_fetch_issues_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: node fetch_issues.mjs

- name: Commit and push changes
if: success() && steps.check-for-changes.outputs.changed == 'true'
run: |
git commit -m "Update good first issues list from GitHub Actions"
git push origin ${{ github.head_ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6790103

Please sign in to comment.