Skip to content

Commit 6667d21

Browse files
authored
ci(NoTicket): Use shared PR title action (#413)
1 parent 89dbc4c commit 6667d21

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Pull request formatting
2+
3+
on:
4+
pull_request:
5+
branches: [ main, 0.x ]
6+
types: [opened, synchronize, edited]
7+
8+
jobs:
9+
pr-formatting:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Formatting conventions
13+
uses: firebolt-db/action-pr-checks@main
14+
with:
15+
github-key: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pull-request.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
name: Pull request
1+
name: Pull request code checks
22

33
on:
44
pull_request:
55
branches: [ main, 0.x ]
66

77
jobs:
8-
check-title:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- name: Check title name convention
12-
13-
with:
14-
token: ${{ secrets.GITHUB_TOKEN }}
158
code-checkers:
169
uses: ./.github/workflows/code-check.yml
1710
unit-tests:

0 commit comments

Comments
 (0)