Skip to content

Merge pull request #195 from Czarified/fuselage_synthesis #99

Merge pull request #195 from Czarified/fuselage_synthesis

Merge pull request #195 from Czarified/fuselage_synthesis #99

Workflow file for this run

name: Labeler
on:
push:
branches:
- main
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
issues: write # <--- permission granted explicitly
security-events: write
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
skip-delete: true