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
14 changes: 14 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ before:
- type: createIssue
title: Welcome
body: 00_welcome.md
- type: updateBranchProtection

# Course artifacts:
# 1. Issue: Welcome
Expand Down Expand Up @@ -44,6 +45,7 @@ steps:
link: '{{ repoUrl }}/pull/2'
event: pull_request.edited
actions:
- type: removeBranchProtection
- type: respond
with: 02_repo-owner-answer.md

Expand All @@ -53,6 +55,7 @@ steps:
link: '{{ repoUrl }}/pull/2'
event: pull_request.closed
actions:
- type: updateBranchProtection
- type: createPullRequest
title: Create discoverable repos
head: discoverable-repos
Expand All @@ -69,6 +72,7 @@ steps:
link: '{{ repoUrl }}/pull/3'
event: issue_comment.created
actions:
- type: removeBranchProtection
- type: respond
with: 04_discoverability-answer.md

Expand All @@ -78,6 +82,7 @@ steps:
link: '{{ repoUrl }}/pull/3'
event: pull_request.closed
actions:
- type: updateBranchProtection
- type: createPullRequest
title: Issue and PR templates
head: templates
Expand All @@ -94,6 +99,7 @@ steps:
link: '{{ repoUrl }}/pull/4'
event: pull_request.edited
actions:
- type: removeBranchProtection
- type: respond
with: 06_templates-answer.md

Expand All @@ -103,6 +109,7 @@ steps:
link: '{{ repoUrl }}/pull/4'
event: pull_request.closed
actions:
- type: updateBranchProtection
- type: createPullRequest
title: Workflows
head: workflows
Expand All @@ -119,6 +126,7 @@ steps:
link: '{{ repoUrl }}/pull/5'
event: pull_request.edited
actions:
- type: removeBranchProtection
- type: respond
with: 08_workflows-answer.md

Expand All @@ -128,6 +136,7 @@ steps:
link: '{{ repoUrl }}/pull/5'
event: pull_request.closed
actions:
- type: updateBranchProtection
- type: createPullRequest
title: Managing projects on GitHub
head: projects
Expand All @@ -144,6 +153,7 @@ steps:
link: '{{ repoUrl }}/pull/6'
event: pull_request.edited
actions:
- type: removeBranchProtection
- type: respond
with: 10_projects-answer.md

Expand All @@ -153,6 +163,7 @@ steps:
link: '{{ repoUrl }}/pull/6'
event: pull_request.closed
actions:
- type: updateBranchProtection
- type: createPullRequest
title: Measuring success
head: metrics
Expand All @@ -169,6 +180,7 @@ steps:
link: '{{ repoUrl }}/pull/7'
event: issue_comment.created
actions:
- type: removeBranchProtection
- type: respond
with: 12_metrics-answer.md

Expand All @@ -178,6 +190,7 @@ steps:
link: '{{ repoUrl }}/pull/7'
event: pull_request.closed
actions:
- type: updateBranchProtection
- type: createIssue
title: Publish your toolkit
body: 13_publish.md
Expand All @@ -193,6 +206,7 @@ steps:
link: '{{ repoUrl }}/pull/8'
event: deployment
actions:
- type: removeBranchProtection
- type: respond
issue: Publish your toolkit
with: 14_congratulations.md
Expand Down