{"id":17960348,"url":"https://github.com/kewisch/action-bugzilla-upstream","last_synced_at":"2025-10-07T02:44:48.654Z","repository":{"id":190176765,"uuid":"682097169","full_name":"kewisch/action-bugzilla-upstream","owner":"kewisch","description":"Monitor Bugzilla when upstream issues are fixed","archived":false,"fork":false,"pushed_at":"2024-01-08T12:19:05.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T18:24:40.501Z","etag":null,"topics":["actions","addons","bugzilla"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kewisch.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":"2023-08-23T12:39:31.000Z","updated_at":"2023-08-23T13:00:07.000Z","dependencies_parsed_at":"2024-12-16T21:23:07.458Z","dependency_job_id":"94a8e616-9f3f-4909-b5a7-e1c50aa79cd4","html_url":"https://github.com/kewisch/action-bugzilla-upstream","commit_stats":null,"previous_names":["kewisch/action-bugzilla-upstream"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kewisch/action-bugzilla-upstream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kewisch%2Faction-bugzilla-upstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kewisch%2Faction-bugzilla-upstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kewisch%2Faction-bugzilla-upstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kewisch%2Faction-bugzilla-upstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kewisch","download_url":"https://codeload.github.com/kewisch/action-bugzilla-upstream/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kewisch%2Faction-bugzilla-upstream/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278710890,"owners_count":26032541,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["actions","addons","bugzilla"],"created_at":"2024-10-29T11:06:13.266Z","updated_at":"2025-10-07T02:44:48.624Z","avatar_url":"https://github.com/kewisch.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"action-bugzilla-upstream\n========================\n\nThis small action will monitor bugzilla on a weekly basis to see if the referenced bug has been fixed.\n\nAdd `.github/workflows/upstream.yaml` with this content:\n\n\n```yaml\nname: Bugzilla Upstream Checker\n\non:\n  workflow_dispatch:\n  schedule:\n    - cron: '0 0 * * 0'  # Runs at 00:00 every Sunday.\n\npermissions:             # You need write permissions to create comments\n  issues: write\n  \njobs:\n  check_upstream_issues:\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Check and Comment on Upstream Issues\n        uses: kewisch/action-bugzilla-upstream@v1\n        with:\n          bugzilla: bugzilla.mozilla.org              # default value\n          label: upstream                             # default value\n          github-token: ${{ secrets.GITHUB_TOKEN }}   # provide the secret\n\n```\n\n\nThen, when there is an issue you'd like to monitor, apply the `upstream` label, and comment the full\nbugzilla link in your issue. When the workflow runs, it will find your comment and check the status\nfor the issue.\n\nNote it will only accept comments by repository owners and members. If someone else notes the issue,\nyou'll have to repeat the link in your comment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkewisch%2Faction-bugzilla-upstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkewisch%2Faction-bugzilla-upstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkewisch%2Faction-bugzilla-upstream/lists"}