Skip to content

Remove learning lab references #425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
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
3 changes: 1 addition & 2 deletions docs/01_getting_ready_for_class.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ For this class, we will use a basic text editor to interact with our code. Let's

### Step 5: Install GitHub CLI (optional)

The GitHub command-line tool has funtionality that may be useful during the labs setup.
The GitHub command-line tool has functionality that may be useful during the labs setup.

Install GitHub CLI from [here](https://github.com/cli/cli#installation), then confirm it is available on your console:

Expand Down Expand Up @@ -141,4 +141,3 @@ code .
Congratulations! You should now have a working version of Git and a text editor on your system. If you still have some time before class begins, here are some interesting resources you can check out:

- **[github.com/explore](https://www.github.com/explore)** - Explore is a showcase of interesting projects in the GitHub Universe. See something you want to re-visit? Star the repository to make it easier to find later.
- **[lab.github.com](https://lab.github.com)** - The Learning Lab bot will guide you through projects and provide feedback right from your GitHub repository, helping you build every step of the way.
1 change: 0 additions & 1 deletion docs/17_actions_activity.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,3 @@ Head over to **Releases** and marvel at the outcome:

- Edit the Configuration file to your liking and run your Action again
- Try out other Actions in the [Marketplace](https://github.com/marketplace?type=actions)
- Learn more about Actions via the [GitHub Learning Lab](https://lab.github.com/search?q=actions)
1 change: 0 additions & 1 deletion docs/app_case_studies.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Each topic has a list of resources (articles, white papers, videos, etc.) and a

#### Resources

- [InnerSource Fundamentals course on GitHub Learning Lab](https://lab.github.com/githubtraining/innersource-fundamentals)
- [Innersource commons](https://paypal.github.io/InnerSourceCommons/)
- Free book: [Getting Started With InnerSource](https://innersourcecommons.org/learn/books/getting-started-with-innersource/)
- [An introduction to innersource](https://resources.github.com/whitepapers/introduction-to-innersource/) GitHub white paper
Expand Down
62 changes: 0 additions & 62 deletions docs/app_supporting_learning_lab.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/ja/01_getting_ready_for_class.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,3 @@ code .
おめでとうございます。 これで、あなたのシステムに、作業できるバージョンのGitとテキストエディタがあるはずです。 クラス開始前にまだ時間がある場合は、以下の興味深い資料をご覧ください。

- **[github.com/explore](https://www.github.com/explore)** - Exploreでは、GitHub Universeにおける興味深いプロジェクトを展示しています。 後で再度見てみたいプロジェクトはありましたか? 後で見つけやすくするために、リポジトリにStarを付けましょう。
- **[lab.github.com](https://lab.github.com)** - GitHub Learning Lab では、ボットがプロジェクトを案内してくれ、各手順を実践できるように、即座に GitHub リポジトリからのフィードバックを与えてくれます。
2 changes: 1 addition & 1 deletion script/expire-repo
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function BeNice() {
else
TEMPLATE="conflict-practice (our conflict practice activity) [here](https://github.com/githubtraining/conflict-practice)"
fi
curl -s -S -i -H "Authorization: token $TEACHER_PAT" -d "{ \"title\": \"Thank you for attending GitHub Training\", \"body\": \"@$USER We hope you enjoyed the :octocat: class and we look forward to seeing you in another [class or webinar](https://services.github.com/training/#public) soon. To keep things tidy in the githubschool organization, we are going to remove your practice repository.\n\nIf you would like to revisit these activities in the future, you can access the template repository for $TEMPLATE.\n\nStop by and see us sometime at [services.github.com](https://services.github.com), or take our newest self-paced courses at [lab.github.com](https://lab.github.com). :wave: Until we see you again, good luck in your GitHub adventures :rocket:.\"}" -X POST "https://$INSTANCE_URL/repos/$CLASS_ORG/$REPO_NAME/issues" >>log.out 2>&1
curl -s -S -i -H "Authorization: token $TEACHER_PAT" -d "{ \"title\": \"Thank you for attending GitHub Training\", \"body\": \"@$USER We hope you enjoyed the :octocat: class and we look forward to seeing you in another [class or webinar](https://services.github.com/training/#public) soon. To keep things tidy in the githubschool organization, we are going to remove your practice repository.\n\nIf you would like to revisit these activities in the future, you can access the template repository for $TEMPLATE.\n\nStop by and see us sometime at [services.github.com](https://services.github.com). :wave: Until we see you again, good luck in your GitHub adventures :rocket:.\"}" -X POST "https://$INSTANCE_URL/repos/$CLASS_ORG/$REPO_NAME/issues" >>log.out 2>&1
# Delete the repo
./remove-repo "$REPO_NAME"
}
Expand Down