Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Merged
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
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ steps:
- type: respond
with: 03_found-vulnerability.md
data:
url: '/pull/2'
url: 'https://github.com/%user.username%/%payload.repository.name%/pull/2'
- type: closeIssue
issue: Find repository vulnerabilities

Expand Down Expand Up @@ -92,7 +92,7 @@ steps:
- type: respond
with: 04a_good-merge.md
data:
url: '/pull/3'
url: 'https://github.com/%user.username%/%payload.repository.name%/pull/3'

- title: Add to the `.gitignore` file
description: The `.gitignore` file is ready to be edited in an open pull request. Add the `.env` file to the `.gitignore` file.
Expand Down