mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 14:05:41 -04:00
ci: add name to main job in workflow issues-scan
This commit is contained in:
15
.github/workflows/issues-scan.yml
vendored
15
.github/workflows/issues-scan.yml
vendored
@@ -121,7 +121,8 @@ jobs:
|
|||||||
# Job [ Autoscan ]
|
# Job [ Autoscan ]
|
||||||
# #
|
# #
|
||||||
|
|
||||||
pr-autoscan:
|
job-pr-autoscan:
|
||||||
|
name: 🎫 Issues › Autoscan
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
@@ -320,6 +321,12 @@ jobs:
|
|||||||
/* #
|
/* #
|
||||||
# Example PR used for local act testing
|
# Example PR used for local act testing
|
||||||
# Uncomment to use in local env
|
# Uncomment to use in local env
|
||||||
|
#
|
||||||
|
# can be tested using act:
|
||||||
|
# - https://github.com/nektos/act
|
||||||
|
# command:
|
||||||
|
# git pull https://github.com/username/repo
|
||||||
|
# act -W .github/workflows/issues-scan.yml -s TOKEN_CL=XXXXXXXXXX --pull=false
|
||||||
# */
|
# */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -389,7 +396,7 @@ jobs:
|
|||||||
"workflow": "🎫 Issues › Scan",
|
"workflow": "🎫 Issues › Scan",
|
||||||
"action": "task_autocheck_run",
|
"action": "task_autocheck_run",
|
||||||
"actor": "renovate[bot]",
|
"actor": "renovate[bot]",
|
||||||
"job": "pr-autoscan",
|
"job": "job-pr-autoscan",
|
||||||
"runNumber": 45,
|
"runNumber": 45,
|
||||||
"runId": 13911964505,
|
"runId": 13911964505,
|
||||||
"apiUrl": "https://api.github.com",
|
"apiUrl": "https://api.github.com",
|
||||||
@@ -398,6 +405,10 @@ jobs:
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* #
|
||||||
|
# if local env ct isn't used, set ct to context for production
|
||||||
|
# */
|
||||||
|
|
||||||
if (!ct) {
|
if (!ct) {
|
||||||
ct = context;
|
ct = context;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user