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 7918a8c commit 58e0257
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: git checkout
uses: actions/checkout@v3
- name: I
run: echo ${{ github.event_name }}
- name: Assign Security Label
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == false && contains(github.event.pull_request.title, 'security')}}
env:
Expand Down

0 comments on commit 58e0257

Please sign in to comment.