You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @desc cleans up the list of deployments in the environment history
4
+
# @author Aetherinox
5
+
# @url https://github.com/Aetherinox
6
+
# #
7
+
8
+
name: "⚙️ Deploy › Clean"
9
+
run-name: "⚙️ Deploy › Clean"
10
+
11
+
# #
12
+
# triggers
13
+
# #
14
+
15
+
on:
16
+
workflow_dispatch:
17
+
18
+
# #
19
+
# environment variables
20
+
# #
21
+
22
+
env:
23
+
BOT_NAME_1: AdminServ
24
+
BOT_NAME_2: AdminServX
25
+
BOT_NAME_3: EuropaServ
26
+
BOT_NAME_DEPENDABOT: dependabot[bot]
27
+
LABELS_JSON: |
28
+
[
29
+
{ "name": "AC › Changes Made", "color": "8F1784", "description": "Requested changes have been made and are pending a re-scan" },
30
+
{ "name": "AC › Changes Required", "color": "8F1784", "description": "Requires changes to be made to the package before being accepted" },
31
+
{ "name": "AC › Failed", "color": "a61f2d", "description": "Autocheck failed to run through a complete cycle, requires investigation" },
32
+
{ "name": "AC › Needs Rebase", "color": "8F1784", "description": "Due to the permissions on the requesting repo, this pull request must be rebased by the author" },
33
+
{ "name": "AC › Passed", "color": "146b4a", "description": "Ready to be reviewed" },
34
+
{ "name": "AC › Review Required", "color": "8F1784", "description": "PR needs to be reviewed by another person, after the requested changes have been made" },
35
+
{ "name": "AC › Security Warning", "color": "761620", "description": "Does not conform to developer policies, or includes potentially dangerous code" },
0 commit comments