Skip to content

Commit 47235d3

Browse files
committed
ci: improve workflows for,repository hygiene
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent f102ed1 commit 47235d3

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

.github/workflows/need-fix-to-issue.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ on:
1313
description: "By default, the commit entered above is compared to the one directly before it; to go back further, enter an earlier SHA here"
1414
required: false
1515

16-
concurrency:
17-
group: ${{ github.workflow }}-${{ github.ref }}
18-
cancel-in-progress: true
19-
2016
permissions: {}
2117

2218
jobs:
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: "Pull Request - Semantic Lint"
3+
4+
on:
5+
pull_request_target:
6+
types:
7+
- opened
8+
- edited
9+
- synchronize
10+
11+
permissions: {}
12+
13+
jobs:
14+
main:
15+
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@a55670b58d3e064526201acde6c720ede638420c # 0.31.0
16+
permissions:
17+
contents: write
18+
pull-requests: write

0 commit comments

Comments
 (0)