Skip to content

[pkg/astro-when]: Implement new package #157

[pkg/astro-when]: Implement new package

[pkg/astro-when]: Implement new package #157

Workflow file for this run

# Automatically labels PRs based on the configuration file
# you are probably looking for 👉 `.github/labeler.yml`
name: Label PRs
on:
- pull_request
jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
issues: write
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true