mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
15 lines
245 B
YAML
15 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
|