Skip to content

Commit 17ae839

Browse files
committed
ci: update
1 parent 629e4a0 commit 17ae839

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ updates:
2727
schedule:
2828
interval: daily
2929
labels:
30-
- "Dependency"
30+
- "Type ⇴ Dependency"
3131

3232
- package-ecosystem: "github-actions"
3333
directory: "/"
3434
schedule:
3535
interval: "daily"
3636
labels:
37-
- "Github Action"
37+
- "Type ⇴ Git Action"

.github/workflows/pr-autoscan.yml

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ on:
1717
branches:
1818
- main
1919

20-
issue_comment:
21-
types: [created]
22-
2320
# ---------------------------------------------------------------------------------------
2421
# environment variables
2522
# ---------------------------------------------------------------------------------------
@@ -41,17 +38,16 @@ env:
4138
BOT_NAME_DEPENDABOT: dependabot[bot]
4239
LABELS_JSON: |
4340
[
44-
{ "name": "AC/Failed", "color": "d73a4a", "description": "Autocheck failed to run through a complete cycle, requires investigation" },
45-
{ "name": "AC/Passed", "color": "ccb11d", "description": "PR is ready to be reviewed by primary developer" },
46-
{ "name": "AC/Changes Required", "color": "36552B", "description": "The PR requires changes to be made to the package before it will be accepted" },
47-
{ "name": "AC/Ready For Review", "color": "ccb11d", "description": "PR is ready to be reviewed by primary developer" },
48-
{ "name": "AC/Review Required", "color": "8F1784", "description": "PR needs to be reviewed by another person, after the currently requested changes have been made" },
49-
{ "name": "AC/Needs Rebase", "color": "8F1784", "description": "Due to the permissions on the requesting repo, this pull request must be rebased by the author" },
50-
{ "name": "AC/Security Warning", "color": "8F1784", "description": "Pull request contents does not conform to developer policies, or includes potentially dangerous code" },
51-
{ "name": "AC/Changes Made", "color": "8F1784", "description": "The requested changes have been made and is pending a re-scan" },
52-
{ "name": "AC/Skipped Scan", "color": "8F1784", "description": "Code scanning skipped because PR author believes result is wrong" },
53-
{ "name": "Type/PR", "color": "8F1784", "description": "Item is marked as a Pull Request" },
54-
{ "name": "Type/Dependency", "color": "243759", "description": "Item is associated to dependency" }
41+
{ "name": "AC/Failed", "color": "d73a4a", "description": "Autocheck failed to run through a complete cycle, requires investigation" },
42+
{ "name": "AC/Passed", "color": "ccb11d", "description": "PR is ready to be reviewed by primary developer" },
43+
{ "name": "AC/Changes Required", "color": "36552B", "description": "The PR requires changes to be made to the package before it will be accepted" },
44+
{ "name": "AC/Review Required", "color": "8F1784", "description": "PR needs to be reviewed by another person, after the currently requested changes have been made" },
45+
{ "name": "AC/Needs Rebase", "color": "8F1784", "description": "Due to the permissions on the requesting repo, this pull request must be rebased by the author" },
46+
{ "name": "AC/Security Warning", "color": "8F1784", "description": "Pull request contents does not conform to developer policies, or includes potentially dangerous code" },
47+
{ "name": "AC/Changes Made", "color": "8F1784", "description": "The requested changes have been made and is pending a re-scan" },
48+
{ "name": "AC/Skipped Scan", "color": "8F1784", "description": "Code scanning skipped because PR author believes result is wrong" },
49+
{ "name": "Type ⇴ PR", "color": "8F1784", "description": "Item is marked as a Pull Request" },
50+
{ "name": "Type ⇴ Dependency", "color": "243759", "description": "Item is associated to dependency" }
5551
]
5652
5753
# ---------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)