mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
apparently I took out the labeler (#2608)
Fix labeler, and make it run ok from fork.
This commit is contained in:
parent
ab22a655c4
commit
56d0ff0a27
1 changed files with 12 additions and 0 deletions
12
.github/workflows/pull-request.yml
vendored
12
.github/workflows/pull-request.yml
vendored
|
|
@ -57,12 +57,24 @@ jobs:
|
|||
exit_on_result "build_and_detekt" "${{ needs.build_and_detekt.result }}"
|
||||
exit_on_result "androidTest" "${{ needs.androidTest.result }}"
|
||||
|
||||
labeler:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- id: label-the-PR
|
||||
uses: actions/labeler@v5
|
||||
continue-on-error: true
|
||||
|
||||
check-label:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
[
|
||||
check-workflow-status,
|
||||
labeler
|
||||
]
|
||||
if: always()
|
||||
steps:
|
||||
- name: Check for PR labels
|
||||
uses: actions/github-script@v7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue