Skip to content

Commit

Permalink
update Issue assignment gha
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
  • Loading branch information
konstruktoid committed Mar 15, 2023
1 parent 41a44f5 commit f16cd8d
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 f16cd8d

Please sign in to comment.