Skip to content

Hacktoberfest

Hacktoberfest #98

Workflow file for this run

name: Hacktoberfest
on:
schedule:
# Run every day in October
- cron: "0 0 * 10 *"
# Run on the 1st of November to revert
- cron: "0 13 1 11 *"
jobs:
hacktoberfest:
runs-on: ubuntu-latest
steps:
- uses: browniebroke/hacktoberfest-labeler-action@v2
with:
github_token: ${{ secrets.CPR_GITHUB_TOKEN }}