Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #73 from OcelotWalrus/OcelotWalrus-patch-1
Browse files Browse the repository at this point in the history
Create issue-auto-assign.yml
  • Loading branch information
OcelotWalrus authored Jul 2, 2023
2 parents 4bfcdf9 + ac3c575 commit aedbb22
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/issue-auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Issue assignment

on:
issues:
types: [opened]

jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
assignees: OcelotWalrus
allowSelfAssign: true

0 comments on commit aedbb22

Please sign in to comment.