Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Merged
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
32 changes: 16 additions & 16 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ template:
before:
- type: createIssue
title: Welcome
body: welcome.md
body: 00_welcome.md

# Course artifacts:
# 1. Issue: Welcome
Expand All @@ -28,12 +28,12 @@ steps:
event: issues.edited
actions:
- type: respond
with: innersource-v-opensource.md
with: 01_innersource-v-opensource.md
- type: closeIssue
- type: createPullRequest
title: Repository ownership and names
head: repo-owner
body: repo-owner.md
body: 01_repo-owner.md
action_id: ownerPR
- type: respond
with: goto-pr.md
Expand All @@ -47,7 +47,7 @@ steps:
event: pull_request.edited
actions:
- type: respond
with: repo-owner-answer.md
with: 02_repo-owner-answer.md

#3
- title: Merge the ownership pull request
Expand All @@ -58,7 +58,7 @@ steps:
- type: createPullRequest
title: Create discoverable repos
head: discoverable-repos
body: discoverable.md
body: 03_discoverable.md
action_id: discoverablePR
- type: respond
with: goto-pr.md
Expand All @@ -72,7 +72,7 @@ steps:
event: issue_comment.created
actions:
- type: respond
with: discoverability-answer.md
with: 04_discoverability-answer.md

#5
- title: Merge the discoverability pull request
Expand All @@ -83,7 +83,7 @@ steps:
- type: createPullRequest
title: Issue and PR templates
head: templates
body: templates.md
body: 05_templates.md
action_id: templatesPR
- type: respond
with: goto-pr.md
Expand All @@ -97,7 +97,7 @@ steps:
event: pull_request.edited
actions:
- type: respond
with: templates-answer.md
with: 06_templates-answer.md

#7
- title: Merge the templates pull request
Expand All @@ -108,7 +108,7 @@ steps:
- type: createPullRequest
title: Workflows
head: workflows
body: workflows.md
body: 07_workflows.md
action_id: workflowsPR
- type: respond
with: goto-pr.md
Expand All @@ -122,7 +122,7 @@ steps:
event: pull_request.edited
actions:
- type: respond
with: workflows-answer.md
with: 08_workflows-answer.md

#9
- title: Merge the workflows pull request
Expand All @@ -133,7 +133,7 @@ steps:
- type: createPullRequest
title: Managing projects on GitHub
head: projects
body: projects.md
body: 09_projects.md
action_id: projectsPR
- type: respond
with: goto-pr.md
Expand All @@ -147,7 +147,7 @@ steps:
event: pull_request.edited
actions:
- type: respond
with: projects-answer.md
with: 10_projects-answer.md

#11
- title: Merge the project management pull request
Expand All @@ -158,7 +158,7 @@ steps:
- type: createPullRequest
title: Measuring success
head: metrics
body: metrics.md
body: 11_metrics.md
action_id: metricsPR
- type: respond
with: goto-pr.md
Expand All @@ -172,7 +172,7 @@ steps:
event: issue_comment.created
actions:
- type: respond
with: metrics-answer.md
with: 12_metrics-answer.md

#13
- title: Merge the metrics pull request
Expand All @@ -182,7 +182,7 @@ steps:
actions:
- type: createIssue
title: Publish your toolkit
body: publish.md
body: 13_publish.md
action_id: publishIssue
- type: respond
with: goto-pr.md
Expand All @@ -197,7 +197,7 @@ steps:
actions:
- type: respond
issue: Publish your toolkit
with: congratulations.md
with: 14_congratulations.md
data:
deploymentURL: 'https://%payload.repository.owner.login%.github.io/%payload.repository.name%'
learningPathURL: 'https://github-learning-lab-staging.herokuapp.com/githubtraining/paths/innersource:-theory-to-practice'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.