Skip to content

[New] 申请: 领养kitten! #405

[New] 申请: 领养kitten!

[New] 申请: 领养kitten! #405

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- if: contains(github.event.issue.body, 'New application') == true
uses: actions-cool/[email protected]
with:
actions: 'add-labels'
token: ${{ secrets.GH_TOKEN }}
issue-number: ${{ github.event.issue.number }}
labels: '💖 Application'