Skip to content

Commit

Permalink
ci: add stale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
odsod committed Apr 2, 2024
1 parent 9991a57 commit c55887b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CodeQL
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
schedule:
- cron: 39 14 * * 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- main
- master
- beta
- alpha
- next
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Review
on:
pull_request:
branches:
- main
- master

jobs:
review:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0-development",
"description": "Einride's default TSconfig",
"scripts": {
"commitlint": "commitlint --from origin/main --to HEAD",
"commitlint": "commitlint --from origin/master --to HEAD",
"format": "prettier --write .",
"format-check": "prettier --check .",
"review": "yarn install --frozen-lockfile && yarn commitlint && yarn format-check"
Expand Down

0 comments on commit c55887b

Please sign in to comment.