Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dorthrithil committed Feb 20, 2025
1 parent 8a31ef8 commit a3eb004
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
uses: hmarr/auto-approve-action@v3
with:
github-token: ${{ secrets.LC_BOT_PAT }}
review-message: "Auto approved PR: Join the LocalCrag team, so we can review your PRs instead of letting bots auto approve them."
review-message: "LocalCragBot here - I approved the PR!\n\nWondering why this is happening? Join the LocalCrag team and be the one approving PRs instead of me!"
2 changes: 1 addition & 1 deletion .github/workflows/backend-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
branches:
- main
- 'v[0-9]+.[0-9]+.[0-9]+'
- next
jobs:
backend-unit-tests:
environment: Testing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-frontend-prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
branches:
- main
- 'v[0-9]+.[0-9]+.[0-9]+'
- next
jobs:
frontend-prod-build-check:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-migrate-from-empty-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
branches:
- main
- 'v[0-9]+.[0-9]+.[0-9]+'
- next
jobs:
check-migrate-from-empty-db:
environment: Testing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-migrate-from-prod-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
branches:
- main
- 'v[0-9]+.[0-9]+.[0-9]+'
- next
jobs:
check-migrate-from-prod-db:
environment: Testing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
branches:
- main
- 'v[0-9]+.[0-9]+.[0-9]+'
- next
jobs:
cypress-run:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
branches:
- main
- 'v[0-9]+.[0-9]+.[0-9]+'
- next
jobs:
frontend-unit-tests:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
branches:
- main
- 'v[0-9]+.[0-9]+.[0-9]+'
- next
jobs:
lint-server:
runs-on: ubuntu-latest
Expand Down
File renamed without changes.

0 comments on commit a3eb004

Please sign in to comment.