Skip to content

Commit

Permalink
fix: remove duplicate labels and bump to Node 16 (#8)
Browse files Browse the repository at this point in the history
Update the labels.js to remove duplicate labels.

Bump the Node runtime to 16.x.
  • Loading branch information
patheard authored Oct 18, 2023
1 parent 8e2cce4 commit 029c494
Show file tree
Hide file tree
Showing 1,297 changed files with 78,658 additions and 35,507 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ inputs:
description: The GitHub token used to sync labels
required: true
runs:
using: node12
using: node16
main: index.js
12 changes: 0 additions & 12 deletions labels.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ module.exports = [
"name": "Bug | Bogue",
"alias": []
},
{
"description": "",
"color": colors.githubBlue,
"name": "Documentation",
"alias": []
},
{
"description": "",
"color": colors.githubPurple,
Expand Down Expand Up @@ -233,12 +227,6 @@ module.exports = [
"name": "Low | Basse",
"alias": []
},
{
"description": "",
"color": colors.sreGrey,
"name": "Medium | Modérée",
"alias": []
},
{
"description": "Medium severity",
"color": colors.rrMedium,
Expand Down
2 changes: 1 addition & 1 deletion node_modules/.bin/uuid

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

534 changes: 278 additions & 256 deletions node_modules/.package-lock.json

Large diffs are not rendered by default.

143 changes: 138 additions & 5 deletions node_modules/@actions/core/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions node_modules/@actions/core/lib/command.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 15 additions & 2 deletions node_modules/@actions/core/lib/command.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@actions/core/lib/command.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 029c494

Please sign in to comment.