Skip to content

Commit

Permalink
fix: change committer to tkit-dev (#278)
Browse files Browse the repository at this point in the history
* fix: rename auto-merge-dependabot-pr.yml to auto-merge-dependabot-nx-pr.yml

merge workflows into one

* fix: delete nx workflow because now merge into one workflow

* fix: change name

* fix: use squash instead of just merge

* fix: also ignore @nx dependencies

* fix: change reviewer to tkit-dev

* fix: change approver for nx pr

* fix: change committer via env variables

---------

Co-authored-by: SchettlerKoehler <[email protected]>
  • Loading branch information
KimFFVII and SchettlerKoehler authored Sep 19, 2024
1 parent def03f0 commit e38bc87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-merge-dependabot-nx-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
uses: cirrus-actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_COMMITTER_NAME: tkit-dev
GIT_COMMITTER_EMAIL: [email protected]
- name: Auto Approve
uses: actions/github-script@v4
with:
Expand Down

0 comments on commit e38bc87

Please sign in to comment.