Skip to content

Enhancing User Experience with Dark Mode Feature #66

Enhancing User Experience with Dark Mode Feature

Enhancing User Experience with Dark Mode Feature #66

Workflow file for this run

name: issue labeler workflow
on:
issues:
types: ["opened"]
jobs:
Issue-Labeler:
name: issue labeler
runs-on: ubuntu-latest
steps:
- uses: Renato66/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ignore-comments: true
default-labels: '["Triage"]'