Skip to content

Audit NumFOCUS Infrastructure #8

Audit NumFOCUS Infrastructure

Audit NumFOCUS Infrastructure #8

Workflow file for this run

name: Issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: "Auto-assign issue"
uses: pozil/auto-assign-issue@v2
with:
teams: instrastructure
repo-token: ${{ secrets.infra_automation }}