Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Why hasn't the source code been updated for two months? #3

Why hasn't the source code been updated for two months?

Why hasn't the source code been updated for two months? #3

# This workflow responds with a message when certain labels are added to an issue or PR.
# Docs: https://github.com/dessant/label-actions
name: Label Actions
# This workflow is triggered when a label is added to an issue.
on:
issues:
types: labeled
permissions:
contents: read
issues: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
config-path: ".github/label-actions.yml"
process-only: "issues"