|
17 | 17 | branches: |
18 | 18 | - main |
19 | 19 |
|
20 | | - issue_comment: |
21 | | - types: [created] |
22 | | - |
23 | 20 | # --------------------------------------------------------------------------------------- |
24 | 21 | # environment variables |
25 | 22 | # --------------------------------------------------------------------------------------- |
|
41 | 38 | BOT_NAME_DEPENDABOT: dependabot[bot] |
42 | 39 | LABELS_JSON: | |
43 | 40 | [ |
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" } |
55 | 51 | ] |
56 | 52 |
|
57 | 53 | # --------------------------------------------------------------------------------------- |
|
0 commit comments