Skip to content

Merge with SimpleStartupSyndication #5

Merge with SimpleStartupSyndication

Merge with SimpleStartupSyndication #5

name: Label issues
on:
issues:
types:
- reopened
- opened
jobs:
label_issues:
runs-on: github-pages
permissions:
issues: write
steps:
- name: Label issues
uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90
with:
add-labels: "triage"
repo-token: ${{ secrets.GITHUB_TOKEN }}