GitXplorerGitXplorer
m

shiny-octo-journey

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
34ccb88db29fb5976ed4ab1ac33257075e04d11c

Update stale-weekly.yml

mmattdavis0351 committed 4 years ago
Verified
dafee38db758ca2e686ae2a78270a93cd1b7d6d2

Update stale-weekly.yml

mmattdavis0351 committed 4 years ago
Verified
49139f3749eb729dacbfd551e9b909a87ba13dd0

Update stale-weekly.yml

mmattdavis0351 committed 4 years ago
Verified
0c143dc2c2065153ab6f1abb894e94bcfe04dba4

Update grading.yml

mmattdavis0351 committed 4 years ago
Unverified
d1387055e22adf0114eae761f551a37281c08120

Initial commit

mmattdavis0351 committed 4 years ago

README

The README file for this repository.

Welcome to the scheduled events lab!

This lab is an exercise to check your knowledge on scheduled events. It is automatically graded via a workflow once you have completed the instructions.

Quick links:

About this lab

⚠️ A grading script exists under .github/workflows/grading.yml. You do not need to use this workflow for any purpose and altering its contents will affect the repository's ability to assess your lab and give feedback.

⚠️ This lab utilizes GitHub Actions, which is free for public repositories and self-hosted runners, but may incur charges on private repositories. See About billing for GitHub Actions to learn more.

ℹ️ The use of GitHub actions also means that it may take the grading workflow a few seconds and sometimes minutes to run.

Instructions

In the .github/workflows/stale-weekly.yml you'll find a workflow that is intended to check for and close stale issues every Monday. The workflow is complete except for the on: key.

Please complete the instructions below:

  1. Create your own copy of this repository by using the Use this template button.
  2. On your repository, edit the on: key of the stale-weekly.yml workflow so that it contains a trigger to run every Monday.

Seeing your result

Your lab is graded automatically once you have completed the instructions. To see the result of your lab, click the Actions tab, select the Grading workflow, and select the most recent workflow run. The status of the workflow indicates if you have passed or failed the lab.

If the workflow failed, scroll down to the Annotations section to check what went wrong.

See Viewing workflow run history if you need assistance.

Troubleshooting

If the grading workflow does not automatically run after you complete the instructions, run the troubleshooter: in the Actions tab select the Grading workflow, click Run workflow, select the appropriate branch, and click the Run workflow button.

See Running a workflow on GitHub if you need assistance.

Useful resources

Use these to help you!

Resources specific to this lab:

Resources for working with labs and GitHub Actions in general: