File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- name : Test formalities and label
1+ name : Test formalities
22
33on :
44 pull_request_target :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -2,13 +2,12 @@ name: Test and Build
22
33on :
44 pull_request :
5- types : [labeled]
65
76permissions :
87 contents : read
98
109jobs :
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
You can’t perform that action at this time.
0 commit comments