Skip to content

Commit

Permalink
Update auto-assign-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
swaraj-das authored Oct 12, 2024
1 parent dfc7604 commit 127e254
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/auto-assign-action.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Assign to Author
#name: Assign to Author

on:
issues:
types: [opened]
#on:
#issues:
#types: [opened]

jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: 'Auto-assign issue creator'
uses: pozil/auto-assign-issue@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }} # Required token for authentication
assignees: ${{ github.event.issue.user.login }} # Auto-assign the issue creator
#jobs:
#auto-assign:
#runs-on: ubuntu-latest
#permissions:
#issues: write
#steps:
#- name: 'Auto-assign issue creator'
#uses: pozil/auto-assign-issue@v2
#with:
#repo-token: ${{ secrets.GITHUB_TOKEN }} # Required token for authentication
#assignees: ${{ github.event.issue.user.login }} # Auto-assign the issue creator

0 comments on commit 127e254

Please sign in to comment.