Skip to content

Commit

Permalink
ci: update configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Aug 18, 2024
1 parent 8fe73f5 commit a47a6a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ pull_request_rules:
actions:
queue:

- name: Automatic approve for GitHub Actions pull requests
- name: Automatic approve for Barudak Rosul Bot pull requests
conditions:
- author=github-actions[bot]
- author=barudakrosul-bot
actions:
review:
type: APPROVE

- name: Automatic merge for GitHub Actions pull requests
- name: Automatic merge for Barudak Rosul Bot pull requests
conditions:
- author=github-actions[bot]
- author=barudakrosul-bot
- "#approved-reviews-by>=1"
- check-success=test
actions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:

- name: Set up Git
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git config user.name "Barudak Rosul Bot"
git config user.email "178687547+barudakrosul-bot@users.noreply.github.com"
git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: Push commit to a new branch
Expand Down

0 comments on commit a47a6a1

Please sign in to comment.