Skip to content

Create SECURITY.md

Create SECURITY.md #26

Workflow file for this run

name: Manage labels
on:
push:
# Should only run on "main" since labels on "dev" sometimes not usabele for base branch
branches: [main]
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3
- name: 🚀 Run Labeler
uses: crazy-max/ghaction-github-labeler@master
with:
skip-delete: false