Skip to content

Commit

Permalink
chore(ci): fix merge queue?
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Feb 13, 2023
1 parent 6a59a9e commit a037bda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ env:
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}

jobs:
lint-pr-title:
runs-on: ubuntu-latest
name: Validate PR Title
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

lint:
runs-on: ubuntu-latest
name: Run ESLint
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

# run labeler with elevated permissions before other actions

name: Label PR
name: Label PR and check title

on:
pull_request_target:
branches: ["*"]

jobs:
lint-pr-title:
runs-on: ubuntu-latest
name: Validate PR Title
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

labeler:
name: Label PR
permissions:
Expand Down

1 comment on commit a037bda

@vercel
Copy link

@vercel vercel bot commented on a037bda Feb 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.