Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Mar 14:34
· 56 commits to refs/heads/main since this release
1c205f3

First release 🎉

We're excited to announce the first release of the GitHub Skills Exercise Toolkit, designed to streamline the creation and management of Skills exercises.

What's Included

⚙️ Reusable Workflows

This release includes three powerful reusable workflows:

  • .github/workflows/start-exercise.yml

    • Disables all exercise step GitHub Workflows
    • Creates GitHub Issue for the exercise
    • Updates README links and buttons
  • .github/workflows/finish-exercise.yml

    • Closes the exercise issue automatically
    • Congratulates the learner in the README
  • .github/workflows/find-exercise-issue.yml

    • Finds the exercise issue
    • Outputs issue-url and issue-number values for use in other workflows

📋 Markdown Templates

All markdown templates have been migrated from the skills/response-templates repository and are now available in this toolkit.

Templates include:

  • Issue templates
  • Response templates for automated interactions