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
10 changes: 6 additions & 4 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ template:
repo: security-template
before:
- type: updateBranchProtection
- type: createIssue
title: Welcome
body: 01a_class-introduction-issue.md
- type: createPullRequest
title: Update the vulnerable dependency
body: 03_update-dependency.md
head: update-dependency
action_id: new_pr
- type: createIssue
title: Welcome
body: 01a_class-introduction-issue.md
data:
private: '%actions.new_pr.data.repository.private%'
- type: createPullRequest
title: Add a `.gitignore` file
body: 04b_add-gitignore.md
Expand All @@ -35,7 +38,6 @@ steps:
with: 02_closed-issue.md
data:
url: '%actions.issue.data.html_url%'
private: '%payload.repository.private%'
pages: 'https://%user.username%.github.io/%payload.repository.name%'

- title: Find the vulnerable dependency
Expand Down