Skip to content

[New] η”³θ―· #424

[New] η”³θ―·

[New] η”³θ―· #424

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/issues-helper@v1.8
with:
actions: 'add-labels'
token: ${{ secrets.GH_TOKEN }}
issue-number: ${{ github.event.issue.number }}
labels: 'πŸ’– Application'