Skip to content

Commit bcd2c2f

Browse files
committed
chore: update token for github test 8
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
1 parent 2ecf664 commit bcd2c2f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/sync-issue-labels-add.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,7 @@ jobs:
104104
- name: Determine if labels should be applied
105105
id: should_apply
106106
run: |
107-
if [ "${{ steps.read.outputs.is_fork_pr }}" = "true" ]; then
108-
echo "apply=false" >> "$GITHUB_OUTPUT"
109-
echo "reason=fork PR" >> "$GITHUB_OUTPUT"
110-
elif [ "${{ steps.validate.outputs.valid_payload }}" != "true" ]; then
107+
if [ "${{ steps.validate.outputs.valid_payload }}" != "true" ]; then
111108
echo "apply=false" >> "$GITHUB_OUTPUT"
112109
echo "reason=invalid payload" >> "$GITHUB_OUTPUT"
113110
elif [ "${{ steps.read.outputs.source_event }}" = "workflow_dispatch" ] && [ "${{ steps.read.outputs.dry_run }}" = "true" ]; then

0 commit comments

Comments
 (0)