summaryrefslogtreecommitdiff
path: root/.github/workflows/report-api-diff.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove .githubInsert5StarName2023-12-091-85/+0
|
* chore(deps): bump actions/github-script from 6 to 7dependabot[bot]2023-11-141-1/+1
| | | | | | | | | | | | | | Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* ci: fix pullreq number may not get correctly (#12127)anatawa122023-10-241-8/+1
| | | | | | | | | | | | | | | | | * Revert "remove save-pr-number" This reverts commit 085f4bd76992fa0b3e4219a5c132b72f68c3d2cc. * Revert "Update report-api-diff.yml" This reverts commit b73daf4c0ec4240ea39b183a6b93f209b63e6d81. * Revert "Update report-api-diff.yml" This reverts commit cbf2b5ad8a7cba769446fa9bcf1f129c6f03db8c. * Revert "try to get pull request id from github.event.workflow_run.pull_requests" This reverts commit 07517ce501c12e75da03d325c23968d75ac37d00.
* ci: fix pull_req時にAPI diffの実行ができない (#12123)anatawa122023-10-241-0/+92
* initial commit for report-api-diff.yml * add api-{base,head}.json into api-artifact * try to get pull request id from github.event.workflow_run.pull_requests * Update report-api-diff.yml * Update report-api-diff.yml * remove save-pr-number