Skip to content

Commit 3774c93

Browse files
committed
feat: update best practices
1 parent d12de7b commit 3774c93

24 files changed

+354
-333
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 183 deletions
This file was deleted.

.github/workflows/code.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/convention.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# https://github.com/googleapis/release-please?tab=readme-ov-file#how-should-i-write-my-commits
2+
name: "convention"
3+
4+
on:
5+
pull_request_target:
6+
branches: [main]
7+
types: [opened, edited]
8+
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
11+
cancel-in-progress: true
12+
13+
jobs:
14+
title:
15+
runs-on: ubuntu-latest
16+
permissions:
17+
pull-requests: read
18+
steps:
19+
- uses: amannn/action-semantic-pull-request@335288255954904a41ddda8947c8f2c844b8bfeb # v5.5.3
20+
env:
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)