We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff60430 commit 1e753b6Copy full SHA for 1e753b6
1 file changed
.github/workflows/issue-experiment.yml
@@ -5,8 +5,8 @@ on:
5
types: [field_added]
6
7
jobs:
8
- issue-experiment-proposed:
9
- if: github.event.issue_field.id == '6591' && github.event.issue_field_value.option.name == 'proposed'
+ issue-experiment-proposal:
+ if: github.event.issue_field.id == '6591' && github.event.issue_field_value.option.name == 'proposal'
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
0 commit comments