mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
bb032f154a
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
14 lines
245 B
YAML
14 lines
245 B
YAML
name: issue assignment
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
auto-assign:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: 'auto-assign issue'
|
|
uses: pozil/auto-assign-issue@v1.4.0
|
|
with:
|
|
assignees: konstruktoid
|