0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-12 14:19:01 +00:00
renovatebot_renovate/.github/workflows/find-issues-with-missing-labels.yml
renovate[bot] f0775a6afa
chore(deps): update actions/checkout action to v4.2.2 (#33158)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-17 08:35:41 +00:00

22 lines
467 B
YAML

name: 'Find issues with missing labels'
on:
schedule:
# Run every Sunday at midnight
- cron: '0 0 * * 0'
jobs:
check-unlabeled-issues:
runs-on: ubuntu-latest
permissions:
issues: write
env:
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Search for issues with missing labels
run: bash ./tools/find-issues-with-missing-labels.sh