Skip to content

[STYLE CHANGE]<Fixing UI of Customer Login Page > #176

[STYLE CHANGE]<Fixing UI of Customer Login Page >

[STYLE CHANGE]<Fixing UI of Customer Login Page > #176

name: Label issues
on:
issues:
types:
- opened
jobs:
label_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/github-script@v6
with:
script: |
github.rest.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ["⏳STATUS : waiting for triage"]
})