Skip to content

Hacktoberfest

Hacktoberfest #2454

Workflow file for this run

name: Hacktoberfest
on:
schedule:
# Run every day in October
- cron: "0 0/2 * 7,8,9,10 *"
# Run on the 1st of November to revert
- cron: "0 13 2 11 *"
jobs:
hacktoberfest:
runs-on: ubuntu-latest
steps:
- uses: web-scheduler/hacktoberfest-labeler-action@main
with:
github_token: ${{ secrets.GH_HACKTOBERFEST_PAT }}