Skip to content

Commit 511b50b

Browse files
authored
Merge pull request #74 from usnistgov/feature/test
fix: bug fix in labeler.yml
2 parents e97f3fd + 1cd8de5 commit 511b50b

5 files changed

Lines changed: 3 additions & 73 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v0.7.0-99-g1992e2c
2+
_commit: v0.7.0-103-g42a287d
33
_src_path: .
44
command_line_interface: none
55
conda_channel: wpk-nist

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1
1+
version: v1
22
# Labels are applied based on conventional commits standard
33
# https://www.conventionalcommits.org/en/v1.0.0/
44
# These labels are later used in release notes. See .github/release.yml

.github/workflows/check-pr.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -31,38 +31,3 @@ jobs:
3131
runs-on: ubuntu-slim
3232
steps:
3333
- uses: fuxingloh/multi-labeler@b15a54460c38f54043fa75f7b08a0e2aa5b94b5b # v4.0.0
34-
35-
36-
# label-from-title:
37-
# permissions:
38-
# contents: read
39-
# pull-requests: write
40-
# runs-on: ubuntu-slim
41-
# steps:
42-
# - uses: bcoe/conventional-release-labels@886f696738527c7be444262c327c89436dfb95a8 # v1.3.1
43-
# with:
44-
# type_labels:
45-
# '{"feat": "enhancement", "fix": "bug", "docs": "documentation",
46-
# "breaking": "breaking", "test": "testing"}'
47-
# ignored_types: '["build", "chore", "ci", "perf", "refactor", "style"]'
48-
# ignore_label: internal
49-
50-
# label-from-files:
51-
# needs: label-from-title
52-
# permissions:
53-
# contents: read
54-
# pull-requests: write
55-
# issues: write
56-
# runs-on: ubuntu-latest
57-
# steps:
58-
# - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
59-
# id: label-pr
60-
61-
# - name: Labeler info
62-
# env:
63-
# ALL_LABELS: ${{ steps.label-pr.outputs.all-labels }}
64-
# NEW_LABELS: ${{ steps.label-pr.outputs.new-labels }}
65-
# shell: bash
66-
# run: |
67-
# echo "new labels: $NEW_LABELS"
68-
# echo "all labels: $ALL_LABELS"

{{cookiecutter.project_name}}/.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1
1+
version: v1
22
# Labels are applied based on conventional commits standard
33
# https://www.conventionalcommits.org/en/v1.0.0/
44
# These labels are later used in release notes. See .github/release.yml

{{cookiecutter.project_name}}/.github/workflows/check-pr.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -31,38 +31,3 @@ jobs:
3131
runs-on: ubuntu-slim
3232
steps:
3333
- uses: fuxingloh/multi-labeler@b15a54460c38f54043fa75f7b08a0e2aa5b94b5b # v4.0.0
34-
35-
36-
# label-from-title:
37-
# permissions:
38-
# contents: read
39-
# pull-requests: write
40-
# runs-on: ubuntu-slim
41-
# steps:
42-
# - uses: bcoe/conventional-release-labels@886f696738527c7be444262c327c89436dfb95a8 # v1.3.1
43-
# with:
44-
# type_labels:
45-
# '{"feat": "enhancement", "fix": "bug", "docs": "documentation",
46-
# "breaking": "breaking", "test": "testing"}'
47-
# ignored_types: '["build", "chore", "ci", "perf", "refactor", "style"]'
48-
# ignore_label: internal
49-
50-
# label-from-files:
51-
# needs: label-from-title
52-
# permissions:
53-
# contents: read
54-
# pull-requests: write
55-
# issues: write
56-
# runs-on: ubuntu-latest
57-
# steps:
58-
# - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
59-
# id: label-pr
60-
61-
# - name: Labeler info
62-
# env:
63-
# ALL_LABELS: ${{ "{{ steps.label-pr.outputs.all-labels }}" }}
64-
# NEW_LABELS: ${{ "{{ steps.label-pr.outputs.new-labels }}" }}
65-
# shell: bash
66-
# run: |
67-
# echo "new labels: $NEW_LABELS"
68-
# echo "all labels: $ALL_LABELS"

0 commit comments

Comments
 (0)