Skip to content

PR D-day Labeler

PR D-day Labeler #31

name: PR D-day Labeler
on:
schedule:
- cron: "0 15 * * *"
pull_request:
types: [opened, reopened]
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
label-prs:
runs-on: ubuntu-latest
steps:
- name: PR D-day Labeler
uses: team-warrr/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}