[BUG] bullseye_vlan Unable to start service usbguard: Job for usbguard.service failed because the control process exited with error code #33
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue assignment | |
on: | |
issues: | |
types: [opened] | |
permissions: | |
contents: read | |
jobs: | |
auto-assign: | |
permissions: | |
issues: write | |
runs-on: ubuntu-latest | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 | |
with: | |
egress-policy: audit | |
- name: 'auto-assign issue' | |
uses: pozil/auto-assign-issue@65947009a243e6b3993edeef4e64df3ca85d760c # v1.14.0 | |
with: | |
assignees: konstruktoid |