{"id":15178415,"url":"https://github.com/grafana/grafana-github-actions-go","last_synced_at":"2025-10-19T10:31:30.727Z","repository":{"id":65979922,"uuid":"539122478","full_name":"grafana/grafana-github-actions-go","owner":"grafana","description":"Grafana GitHub Actions in Golang","archived":false,"fork":false,"pushed_at":"2025-01-30T16:21:45.000Z","size":569,"stargazers_count":3,"open_issues_count":7,"forks_count":1,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-01-30T17:29:04.129Z","etag":null,"topics":["backstage-include"],"latest_commit_sha":null,"homepage":"","language":"Go","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/grafana.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-20T17:53:32.000Z","updated_at":"2025-01-22T20:45:00.000Z","dependencies_parsed_at":"2023-10-03T12:45:10.094Z","dependency_job_id":"3d855ef1-e5c1-44e9-81d9-a8f9ff360d6b","html_url":"https://github.com/grafana/grafana-github-actions-go","commit_stats":{"total_commits":193,"total_committers":8,"mean_commits":24.125,"dds":0.6424870466321244,"last_synced_commit":"35928a8925e82e650a4bde37df3c463000e68bc9"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Fgrafana-github-actions-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Fgrafana-github-actions-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Fgrafana-github-actions-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Fgrafana-github-actions-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grafana","download_url":"https://codeload.github.com/grafana/grafana-github-actions-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237110168,"owners_count":19257279,"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":["backstage-include"],"created_at":"2024-09-27T15:02:28.929Z","updated_at":"2025-10-19T10:31:25.141Z","avatar_url":"https://github.com/grafana.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grafana-github-actions-go\n\nThis repository contains a handful of GitHub Actions that are mostly used in the context of releasing Grafana packages.\n\n## update-changelog\n\nThis action generates an update to the `CHANGELOG.md` file based on pull-requests included in a release-milestone.\nThe following inputs need to be provided:\n\n- `version` (e.g. `9.4.0`) which matches the name of the relevant milestone inside the grafana/grafana project.\n- `token` which represents a GitHub token which has read access to the relevant projects *and* can push to the target project for creating a new PR with the updated changelog.\n- `metrics_api_endpoint` (default: `https://graphite-us-central1.grafana.net/metrics`): Graphite HTTP endpoint to submit usage metrics to.\n- `metrics_api_key`: API key for that Graphite endpoint (will be used as HTTP Basic Auth password).\n- `metrics_api_username`: Username for that Graphite endpoint.\n\nExample workflow:\n\n```yaml\nname: Update changelog\non:\n  workflow_dispatch:\n    inputs:\n      version:\n        description: Needs to match, exactly, the name of a version\n        required: true\n        type: string\njobs:\n  main:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - uses: grafana/grafana-github-actions-go/update-changelog@main\n        with:\n          version: ${{ inputs.version }}\n          token: \"${{secrets.GH_TOKEN}}\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrafana%2Fgrafana-github-actions-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrafana%2Fgrafana-github-actions-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrafana%2Fgrafana-github-actions-go/lists"}