Skip to content

Commit

Permalink
Committing only for Topic repos
Browse files Browse the repository at this point in the history
  • Loading branch information
prithvikumardetne committed May 6, 2024
1 parent 95a973c commit 5fa1d61
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/AutoMerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Automerge release bump PR

on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}

jobs:

automerge:
runs-on: ubuntu-latest
steps:
- name: Automerging
uses: pascalgn/automerge-action@v0.7.5
#the actor that created pr
if: github.actor == 'prithvikumar.detne@gmail.com'
env:
GITHUB_TOKEN: "${{ secrets.MANAGE_FILES_TOKEN }}"
GITHUB_LOGIN: prithvikumar.detne@gmail.com
MERGE_LABELS: ""
MERGE_METHOD: "squash"
MERGE_COMMIT_MESSAGE: "Auto Merge Commit message"
MERGE_RETRIES: "10"
MERGE_RETRY_SLEEP: "10000"

0 comments on commit 5fa1d61

Please sign in to comment.