Skip to content

Commit

Permalink
automation wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed Feb 13, 2024
1 parent 58e0257 commit c1cfba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
gh pr edit ${{ github.event.number }} --add-label "security"
- name: Assign Security Label
if: ${{ github.event_name == 'issue' && contains(github.event.issue.title, 'security')}}
if: ${{ github.event_name == 'issues' && contains(github.event.issue.title, 'security')}}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit c1cfba8

Please sign in to comment.