Skip to content

Commit

Permalink
Merge pull request #160 from atsign-foundation/autobug-fix
Browse files Browse the repository at this point in the history
Remove stray ||
  • Loading branch information
cpswan authored Sep 7, 2021
2 parents 14b3a46 + e0da552 commit 96d2cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Assign issues and pull requests with `bug` label to project 3
uses: srggrs/assign-one-project-github-action@1.2.1
if: |
contains(github.event.issue.labels.*.name, 'bug') ||
contains(github.event.issue.labels.*.name, 'bug')
with:
project: 'https://github.com/orgs/atsign-foundation/projects/3'
column_name: 'Bugs'

0 comments on commit 96d2cf3

Please sign in to comment.