mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-12 19:07:28 -04:00
apparently I took out the labeler (#2608)
Fix labeler, and make it run ok from fork.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user