Skip to content

Commit

Permalink
Belindas-closet-nextjs_6_369_enable-auto-assign-issues (#370)
Browse files Browse the repository at this point in the history
* Add files via upload

* added auto-assign-issues.yml file

* removed pdf file

---------

Co-authored-by: el-riber <[email protected]>
  • Loading branch information
taylorpapke and el-riber authored May 17, 2024
1 parent e032242 commit acd1e0c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/auto-assign-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Auto-assign Issue

on:
issues:
types: [opened]

permissions:
issues: write

jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- uses: pozil/auto-assign-issue@v1
with:
github-token: ${{ secrets.AUTO_ASSIGN_ISSUE_TOKEN }}
assignees: ${{ github.actor }}

0 comments on commit acd1e0c

Please sign in to comment.