refactor!: Migrate project management workflows to actions #966
main.yml
on: pull_request
Lint workflows
/
Lint workflows
5s
Build, lint, and test
/
lint
41s
Build, lint, and test
/
test
23s
Test checkout-and-setup
/
test-high-risk-without-prep-deps
34s
Test checkout-and-setup
/
test-low-risk-without-prep-deps
23s
Test checkout-and-setup
/
test-no-input
7s
Test checkout-and-setup
/
test-bad-input-string
5s
Test checkout-and-setup
/
test-bad-input-number
5s
Test checkout-and-setup
/
test-do-not-checkout-twice
19s
Test checkout-and-setup
/
prep-deps
31s
Test add-team-label
/
Test
4s
Test checkout-and-setup
/
test-high-risk-after-prep-deps
35s
Test checkout-and-setup
/
test-low-risk-after-prep-deps
10s
Test checkout-and-setup
/
test-high-risk-string
35s
Test checkout-and-setup
/
test-low-risk-string
10s
All jobs pass
2s
Annotations
9 errors
|
Test add-team-label / Test
Failed to load /home/runner/work/github-tools/github-tools/./.github/actions/add-team-label/action.yml
|
|
Test add-team-label / Test
GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. /home/runner/work/github-tools/github-tools/./.github/actions/add-team-label/action.yml (Line: 32, Col: 19): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.TEAM_LABEL_TOKEN
at GitHub.DistributedTask.ObjectTemplating.TemplateValidationErrors.Check()
at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs)
at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
|
|
Test add-team-label / Test
/home/runner/work/github-tools/github-tools/./.github/actions/add-team-label/action.yml (Line: 32, Col: 19): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.TEAM_LABEL_TOKEN
|
|
Test checkout-and-setup / test-bad-input-string
Process completed with exit code 1.
|
|
Test checkout-and-setup / test-bad-input-string
Invalid value for 'is-high-risk-environment'. Must be 'true' (secure, no cache) or 'false' (faster, cache enabled).
|
|
Test checkout-and-setup / test-bad-input-number
Process completed with exit code 1.
|
|
Test checkout-and-setup / test-bad-input-number
Invalid value for 'is-high-risk-environment'. Must be 'true' (secure, no cache) or 'false' (faster, cache enabled).
|
|
Test checkout-and-setup / test-no-input
Process completed with exit code 1.
|
|
Test checkout-and-setup / test-no-input
Invalid value for 'is-high-risk-environment'. Must be 'true' (secure, no cache) or 'false' (faster, cache enabled).
|