{"id":17001421,"url":"https://github.com/markpatterson27/github-classroom-check-for-changes","last_synced_at":"2026-05-16T12:31:33.692Z","repository":{"id":104769666,"uuid":"453225243","full_name":"markpatterson27/GitHub-Classroom-Check-For-Changes","owner":"markpatterson27","description":"Reusable workflow for checking if grading files have been altered in GitHub Classroom assignments.","archived":false,"fork":false,"pushed_at":"2023-12-30T12:25:30.000Z","size":9,"stargazers_count":1,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T08:48:40.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markpatterson27.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-28T21:43:43.000Z","updated_at":"2023-12-29T20:34:02.000Z","dependencies_parsed_at":"2024-11-28T18:31:59.073Z","dependency_job_id":"5f1452c1-1072-4fec-a142-f0eac3689498","html_url":"https://github.com/markpatterson27/GitHub-Classroom-Check-For-Changes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/markpatterson27/GitHub-Classroom-Check-For-Changes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markpatterson27%2FGitHub-Classroom-Check-For-Changes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markpatterson27%2FGitHub-Classroom-Check-For-Changes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markpatterson27%2FGitHub-Classroom-Check-For-Changes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markpatterson27%2FGitHub-Classroom-Check-For-Changes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markpatterson27","download_url":"https://codeload.github.com/markpatterson27/GitHub-Classroom-Check-For-Changes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markpatterson27%2FGitHub-Classroom-Check-For-Changes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33102744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T04:24:53.597Z","updated_at":"2026-05-16T12:31:33.676Z","avatar_url":"https://github.com/markpatterson27.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Classroom - Check For Changes\n\nReusable workflow for checking if grading files have been altered in GitHub Classroom assignments.\n\n## Usage\n\nAdd reusable workflow to `classroom.yml` workflow.\n\n```yml\nname: GitHub Classroom Workflow\n\non: [push]\n\njobs:\n  build:\n    name: Autograding\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: education/autograding@v1\n\n  check:\n    uses: markpatterson27/GitHub-Classroom-Check-For-Changes/.github/workflows/change-check.yml@main\n    with:\n      paths: '.github'\n      exclude: '.github/.keep'\n```\n\n## Inputs\n\n| Input Name | Required | Default | Description |\n|---|---|---|---|\n| `paths` | no | '.github' | Space separated list of paths to check. |\n| `exclude-paths` | no | '' | Space separated list of paths to exclude from check. |\n| `exclude-authors` | no | 'github-classroom[bot]' | Pipe separated list of authors to exclude from check. This list is processed as a regular expression. Special characters must be escaped. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkpatterson27%2Fgithub-classroom-check-for-changes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkpatterson27%2Fgithub-classroom-check-for-changes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkpatterson27%2Fgithub-classroom-check-for-changes/lists"}