Skip to content

Commit ea6826e

Browse files
feat(validate-pr): Drop was-closed output (v4)
The advisory action no longer closes PRs, so the was-closed output is meaningless. Dropping it as part of the v4 behavior change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 05ea073 commit ea6826e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

validate-pr/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ inputs:
1010
description: 'GitHub App private key for the SDK Maintainer Bot'
1111
required: true
1212

13-
outputs:
14-
was-closed:
15-
description: 'Whether the PR was closed by the validation step'
16-
value: ${{ steps.validate.outputs.was-closed }}
17-
1813
runs:
1914
using: 'composite'
2015
steps:

0 commit comments

Comments
 (0)