mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
move label checker into same pipeline (#2597)
This commit is contained in:
parent
99b4baf9a1
commit
446cf81bd0
3 changed files with 21 additions and 39 deletions
15
.github/workflows/pull-request-target.yml
vendored
15
.github/workflows/pull-request-target.yml
vendored
|
|
@ -1,15 +0,0 @@
|
|||
name: "Pull Request Labeler"
|
||||
on:
|
||||
- pull_request_target
|
||||
# Do not execute arbitary code on this workflow.
|
||||
# See warnings at https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#pull_request_target
|
||||
|
||||
jobs:
|
||||
labeler:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- id: label-the-PR
|
||||
uses: actions/labeler@v5
|
||||
Loading…
Add table
Add a link
Reference in a new issue