Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Test PR labeler #14

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@

name: "Pull Request Labeler"
on:
- pull_request_target
- pull_request

jobs:
labeler:
permissions:
contents: read
pull-requests: write
# issues: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -50,10 +51,3 @@ jobs:
l_label: 'size/l'
l_max_size: '1000'
xl_label: 'size/xl'
fail_if_xl: 'false'
message_if_xl: >
This PR exceeds the recommended size of 1000 lines.
Please make sure you are NOT addressing multiple issues with one PR.
Note this PR might be rejected due to its size.
github_api_url: 'https://api.github.com'
files_to_ignore: ''
4 changes: 0 additions & 4 deletions nimble/host/include/host/ble_eddystone.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
* @defgroup bt_eddystone Eddystone - BLE beacon from Google
* @ingroup bt_host
* @{
* testing ci
*
*
* xxx
*/

#include <inttypes.h>
Expand Down
Loading