Skip to content

Commit

Permalink
Merge pull request #518 from konstruktoid/issuegha
Browse files Browse the repository at this point in the history
update issue assignment gha
  • Loading branch information
konstruktoid authored Mar 15, 2023
2 parents 6dad6fc + f16cd8d commit d0ccaca
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
name: issue assignment
name: Issue assignment

on:
issues:
types: [opened]

permissions:
contents: read

jobs:
auto-assign:
permissions:
issues: write
runs-on: ubuntu-latest
steps:
- name: 'auto-assign issue'
uses: pozil/auto-assign-issue@v1.4.0
uses: pozil/auto-assign-issue@74b9f64cc1a08f99358061073e243a4c3d7dd5c4 # v1.11.0
with:
assignees: konstruktoid

0 comments on commit d0ccaca

Please sign in to comment.