{"id":27351881,"url":"https://github.com/staffbase/github-action-find-flaky-tests","last_synced_at":"2025-04-12T20:54:03.486Z","repository":{"id":286974468,"uuid":"942084873","full_name":"Staffbase/github-action-find-flaky-tests","owner":"Staffbase","description":"A GitHub Action that finds flaky tests in a repository based on the test runs of a given branch.","archived":false,"fork":false,"pushed_at":"2025-04-10T12:22:27.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-12T20:54:00.819Z","etag":null,"topics":["actions","github-actions","tests"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Staffbase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-03-03T14:49:44.000Z","updated_at":"2025-04-10T12:20:39.000Z","dependencies_parsed_at":"2025-04-09T09:37:55.372Z","dependency_job_id":"58cd530a-589e-42d7-8881-e60d37719c9f","html_url":"https://github.com/Staffbase/github-action-find-flaky-tests","commit_stats":null,"previous_names":["staffbase/github-action-find-flaky-tests"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fgithub-action-find-flaky-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fgithub-action-find-flaky-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fgithub-action-find-flaky-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fgithub-action-find-flaky-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Staffbase","download_url":"https://codeload.github.com/Staffbase/github-action-find-flaky-tests/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631719,"owners_count":21136560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["actions","github-actions","tests"],"created_at":"2025-04-12T20:54:02.817Z","updated_at":"2025-04-12T20:54:03.478Z","avatar_url":"https://github.com/Staffbase.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔎 FindFlakyTests Action\n\nA GitHub Action that finds flaky tests in a repository based on the test runs of a given branch.\nAfterward, it posts a comment in a given Slack channel with the results.\n\n```yaml\nname: Find flaky tests\non:\n  # At 05:00 on Monday.\n  schedule:\n    - cron: '0 5 * * 1'\n\njobs:\n  flaky_tests:\n    name: Flaky tests\n    runs-on: ubuntu-latest\n    steps:\n      - name: Find flaky tests\n        uses: Staffbase/github-action-find-flaky-tests@\u003cversion\u003e\n        with:\n          # identifier for the slack channel\n          slack-channel-id: 45678787976\n          # name of the slack channel\n          slack-channel-name: '#flaky-tests'\n          # optional: name of the repository where it should check, default: current repository\n          repository: 'Staffbase/test-flaky'\n          # optional: name of the branch where it should check, default: main\n          branch: 'master'\n          # prefix of the test run which should be filtered out\n          prefix: 'test-'\n          # URL of the Slack incoming webhooks\n          slack-incoming-webhooks-url: ${{ secrets.SLACK_INCOMING_WEBHOOKS_URL }}\n          # GitHub token\n          token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n## Release 🔖\n\nTo create a new release just use [this page][release-new] and publish the draft release.\n\n## Contributing 👥\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"docs/assets/images/staffbase.png\" alt=\"Staffbase GmbH\" width=\"96\" /\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003cb\u003eStaffbase GmbH\u003c/b\u003e\n      \u003cbr /\u003eStaffbase is an internal communications platform built to revolutionize the way you work and unite your company. Staffbase is hiring: \u003ca href=\"https://jobs.staffbase.com\" target=\"_blank\" rel=\"noreferrer\"\u003ejobs.staffbase.com\u003c/a\u003e\n      \u003cbr /\u003e\u003ca href=\"https://github.com/Staffbase\" target=\"_blank\" rel=\"noreferrer\"\u003eGitHub\u003c/a\u003e | \u003ca href=\"https://staffbase.com/\" target=\"_blank\" rel=\"noreferrer\"\u003eWebsite\u003c/a\u003e | \u003ca href=\"https://jobs.staffbase.com\" target=\"_blank\" rel=\"noreferrer\"\u003eJobs\u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n[release-new]: https://github.com/Staffbase/github-action-find-flaky-tests/releases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaffbase%2Fgithub-action-find-flaky-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstaffbase%2Fgithub-action-find-flaky-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaffbase%2Fgithub-action-find-flaky-tests/lists"}