File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : npm
4+ directory : " /"
5+ schedule :
6+ interval : weekly
7+ timezone : America/Los_Angeles
8+ day : thursday
9+ open-pull-requests-limit : 99
Original file line number Diff line number Diff line change 1+ name : Add new issues to Happy Prime project
2+
3+ on :
4+ issues :
5+ types :
6+ - opened
7+
8+ jobs :
9+ add-to-project :
10+ uses : happyprime/workflows/.github/workflows/issues.yml@trunk
11+ secrets : inherit
Original file line number Diff line number Diff line change 1+ name : JavaScript tests
2+
3+ on :
4+ pull_request :
5+
6+ jobs :
7+ test :
8+ runs-on : ubuntu-latest
9+ steps :
10+ - uses : actions/checkout@v6
11+ - uses : actions/setup-node@v6
12+ with :
13+ node-version : 24
14+ cache : npm
15+ - run : npm ci
16+ - run : npm test
Original file line number Diff line number Diff line change 1+ name : Verify build (Node 24)
2+
3+ on : pull_request
4+
5+ # The GITHUB_TOKEN used by Dependabot has read-only permissions by default. We
6+ # provide write permissions to this workflow so that comments can be left on
7+ # the pull request.
8+ #
9+ # @see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#changing-github_token-permissions
10+ permissions :
11+ contents : read
12+ pull-requests : write
13+
14+ jobs :
15+ call-workflow :
16+ uses : happyprime/workflows/.github/workflows/verify-build.yml@trunk
17+ with :
18+ node-version : 24
You can’t perform that action at this time.
0 commit comments