Skip to content

Commit

Permalink
Merge pull request #33 from voltgizerz/felix_11_improvement_refactor_…
Browse files Browse the repository at this point in the history
…code_core

Felix 11 Update PR template
  • Loading branch information
voltgizerz committed Jun 28, 2024
2 parents 1e175ec + 7eab189 commit db3d19b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 43 deletions.
26 changes: 24 additions & 2 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- name: PR Size Labeler
uses: codelytv/pr-size-labeler@v1
with:
repo-token: "${{ secrets.GH_TOKEN }}"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
xs_label: 'size/xs'
xs_max_size: '10'
s_label: 'size/s'
s_max_size: '100'
m_label: 'size/m'
m_max_size: '500'
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: ''

- name: Labeler
uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GH_TOKEN }}
28 changes: 0 additions & 28 deletions .github/workflows/pr-size-labeler.yml

This file was deleted.

13 changes: 0 additions & 13 deletions docs/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ Please delete options that are not relevant.
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

# How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

- [ ] Test A
- [ ] Test B

**Test Configuration**:
* Firmware version:
* Hardware:
* Toolchain:
* SDK:

# Checklist:

- [ ] My code follows the style guidelines of this project
Expand Down

0 comments on commit db3d19b

Please sign in to comment.