Skip to content

sleep timer fade out and notification when starting to fade out #11

sleep timer fade out and notification when starting to fade out

sleep timer fade out and notification when starting to fade out #11

Workflow file for this run

name: New issue labeler
on:
# Runs on newly opened issues
issues:
types: [opened]
# Sets permissions of the GITHUB_TOKEN
permissions:
issues: write
contents: read
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.4
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
repo-token: "${{secrets.GITHUB_TOKEN}}"