Skip to content

Commit

Permalink
Remove gitbot address from config
Browse files Browse the repository at this point in the history
Addresses #71 (comment)
  • Loading branch information
tomalec committed Aug 7, 2023
1 parent e132599 commit a63eb30
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ runs:
# https://api.github.com/users/github-actions%5Bbot%5D
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: "Make the PR"
if: ${{ github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') && github.event.pull_request.user.login == 'github-actions[bot]' }}
uses: actions/github-script@v6
Expand Down

0 comments on commit a63eb30

Please sign in to comment.