mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
update Issue assignment gha
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
41a44f54d3
commit
f16cd8dd62
1 changed files with 7 additions and 2 deletions
9
.github/workflows/issues.yml
vendored
9
.github/workflows/issues.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue