Skip to content

Commit 0d4d2b5

Browse files
committed
wip
Signed-off-by: George Sapkin <[email protected]>
1 parent daaffd3 commit 0d4d2b5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/formal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test formalities and label
1+
name: Test formalities
22

33
on:
44
pull_request_target:

.github/workflows/labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
name: Pull Request Labeler
1313
runs-on: ubuntu-slim
1414
steps:
15-
- uses: actions/labeler@v6
15+
- name: Label pull request
16+
uses: actions/labeler@v6
1617
with:
1718
repo-token: '${{ secrets.GITHUB_TOKEN }}'
1819
sync-labels: true

.github/workflows/multi-arch-test-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ name: Test and Build
22

33
on:
44
pull_request:
5-
types: [labeled]
65

76
permissions:
87
contents: read
98

109
jobs:
1110
build:
12-
name: Feeds Package Test Build
11+
name: Build and test packages
1312
if: ${{ !contains(github.event.pull_request.labels.*.name, 'not following guidelines') }}
1413
uses: openwrt/actions-shared-workflows/.github/workflows/multi-arch-test-build.yml@main

0 commit comments

Comments
 (0)