Skip to content

Commit

Permalink
feat: added auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Nov 8, 2023
1 parent 72246b4 commit 2cc9d8c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/auto_assignee.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#name: Auto Assign PRs
#
#on:
# pull_request:
# types: [opened, reopened]
#
# workflow_dispatch:
#jobs:
# assignee:
# uses: clouddrove/github-shared-workflows/.github/workflows/auto_assignee.yml@1.0.6
# secrets:
# GITHUB: ${{ secrets.GITHUB }}
# with:
# assignees: 'theprashantyadav'
name: Auto Assign PRs

on:
pull_request:
types: [opened, reopened]

workflow_dispatch:
jobs:
assignee:
uses: clouddrove/github-shared-workflows/.github/workflows/auto_assignee.yml@1.0.6
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
assignees: 'theprashantyadav'

0 comments on commit 2cc9d8c

Please sign in to comment.