Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/check-wip.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Check "WIP" in PR Title

on:
pull_request:
types: [opened, synchronize, reopened, edited]

jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check WIP in PR Title
uses: embano1/wip@v1
- run: echo "This should have created a security alert"
4 changes: 0 additions & 4 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ jobs:
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- name: "Use vulnerability"
uses: embano1/wip@v1
- run: echo "This should have created a security alert"