Merge pull request #518 from konstruktoid/issuegha

update issue assignment gha
This commit is contained in:
Thomas Sjögren 2023-03-15 16:51:53 +01:00 committed by GitHub
commit d0ccaca6a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,19 @@
name: issue assignment name: Issue assignment
on: on:
issues: issues:
types: [opened] types: [opened]
permissions:
contents: read
jobs: jobs:
auto-assign: auto-assign:
permissions:
issues: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 'auto-assign issue' - name: 'auto-assign issue'
uses: pozil/auto-assign-issue@v1.4.0 uses: pozil/auto-assign-issue@74b9f64cc1a08f99358061073e243a4c3d7dd5c4 # v1.11.0
with: with:
assignees: konstruktoid assignees: konstruktoid