Enable SSO handling (login and UIA) by feature flag #65
Triggered via pull request
November 5, 2024 14:17
NicolasBuquet
review_requested
#1111
Status
Failure
Total duration
17s
Artifacts
–
triage-review-requests.yml
on: pull_request_target
Move PRs asking for design review to the design board
3s
Move PRs asking for product review to the product board
5s
Annotations
2 errors and 4 warnings
Move PRs asking for design review to the design board
[@octokit/auth-action] `GITHUB_TOKEN` variable is not set. It must be set on either `env:` or `with:`. See https://github.com/octokit/auth-action.js#createactionauth
|
Move PRs asking for product review to the product board
[@octokit/auth-action] `GITHUB_TOKEN` variable is not set. It must be set on either `env:` or `with:`. See https://github.com/octokit/auth-action.js#createactionauth
|
Move PRs asking for design review to the design board
Unexpected input(s) 'headers', 'team', valid inputs are ['query', 'mediaType', 'variables']
|
Move PRs asking for design review to the design board
Encountered an error when evaluating display name ${{ format('# Fetch requested reviewers, and people who are on the team
echo ''{0}'' | tee /tmp/team_members.json
echo ''{1}'' | tee /tmp/reviewers.json
jq --raw-output .[] < /tmp/team_members.json | sort | tee /tmp/team_members.txt
jq --raw-output .[] < /tmp/reviewers.json | sort | tee /tmp/reviewers.txt
# Fetch requested team reviewers, and the name of the team
echo ''{2}'' | tee /tmp/team_reviewers.json
jq --raw-output .[] < /tmp/team_reviewers.json | sort | tee /tmp/team_reviewers.txt
echo ''{3}'' | tee /tmp/team.txt
# If either a reviewer matches a team member, or a team matches our team, say "true"
if [ $(join /tmp/team_members.txt /tmp/reviewers.txt | wc -l) != 0 ]; then
echo "::set-output name=match::true"
elif [ $(join /tmp/team.txt /tmp/team_reviewers.txt | wc -l) != 0 ]; then
echo "::set-output name=match::true"
else
echo "::set-output name=match::false"
fi
', tojson(fromjson(steps.find_team_members.outputs.data).organization.team.members.nodes[*].login), tojson(github.event.pull_request.requested_reviewers[*].login), tojson(github.event.pull_request.requested_teams[*].slug), env.TEAM) }}. The template is not valid. .github/workflows/triage-review-requests.yml (Line: 32, Col: 14): Error reading JToken from JsonReader. Path '', line 0, position 0.
|
Move PRs asking for product review to the product board
Unexpected input(s) 'headers', 'team', valid inputs are ['query', 'mediaType', 'variables']
|
Move PRs asking for product review to the product board
Encountered an error when evaluating display name ${{ format('# Fetch requested reviewers, and people who are on the team
echo ''{0}'' | tee /tmp/team_members.json
echo ''{1}'' | tee /tmp/reviewers.json
jq --raw-output .[] < /tmp/team_members.json | sort | tee /tmp/team_members.txt
jq --raw-output .[] < /tmp/reviewers.json | sort | tee /tmp/reviewers.txt
# Fetch requested team reviewers, and the name of the team
echo ''{2}'' | tee /tmp/team_reviewers.json
jq --raw-output .[] < /tmp/team_reviewers.json | sort | tee /tmp/team_reviewers.txt
echo ''{3}'' | tee /tmp/team.txt
# If either a reviewer matches a team member, or a team matches our team, say "true"
if [ $(join /tmp/team_members.txt /tmp/reviewers.txt | wc -l) != 0 ]; then
echo "::set-output name=match::true"
elif [ $(join /tmp/team.txt /tmp/team_reviewers.txt | wc -l) != 0 ]; then
echo "::set-output name=match::true"
else
echo "::set-output name=match::false"
fi
', tojson(fromjson(steps.find_team_members.outputs.data).organization.team.members.nodes[*].login), tojson(github.event.pull_request.requested_reviewers[*].login), tojson(github.event.pull_request.requested_teams[*].slug), env.TEAM) }}. The template is not valid. .github/workflows/triage-review-requests.yml (Line: 99, Col: 14): Error reading JToken from JsonReader. Path '', line 0, position 0.
|