We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3761d4b commit 4084723Copy full SHA for 4084723
.github/workflows/add-new-issues-to-project-column.yml
@@ -6,7 +6,7 @@ jobs:
6
steps:
7
- name: add-new-issues-to-repository-based-project-column
8
uses: docker://takanabe/add-new-issues-to-project-column:v0.0.1
9
- if: github.event_name == 'issues' && github.event.action == 'opened
+ if: github.event_name == 'issues' && github.event.action == 'opened'
10
env:
11
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12
GITHUB_PROJECT_URL: https://github.com/takanabe/add-new-issues-to-project-column/projects/1
0 commit comments