Skip to content

Commit

Permalink
Merge branch 'VaibhavCodeClub:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
hiranj-kotak authored May 19, 2024
2 parents 7fd625d + 27fe209 commit 618ec4e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
name: Auto Assign

on:
issues:
types: [opened]
pull_request:
types: [opened]

jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
- name: 'Auto-assign issue or pull request'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ github.event.issue.user.login }}
assignees: ${{ github.event.sender.login }}
numOfAssignee: 1

0 comments on commit 618ec4e

Please sign in to comment.