ci: add name to main job in workflow issues-scan

This commit is contained in:
2025-03-17 17:54:11 -07:00
parent 731ca00390
commit 21cb2a90c8

View File

@@ -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;
} }