summaryrefslogtreecommitdiff
path: root/.github/workflows/get-api-diff.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove .githubInsert5StarName2023-12-091-186/+0
|
* chore(deps): bump actions/setup-node from 3.8.1 to 4.0.0 (#12128)dependabot[bot]2023-10-301-2/+2
| | | | | | | | | | | | | | | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.8.1...v4.0.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ci: fix pullreq number may not get correctly (#12127)anatawa122023-10-241-0/+13
| | | | | | | | | | | | | | | | | * 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-54/+2
| | | | | | | | | | | | | * 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
* chore: Pull Request時にapi.jsonの差分を表示するActions workflow ↵taichan2023-10-211-0/+225
(#12090) * chore: Pull Request時にapi.jsonのdiffを出力するworkflow * refactor: job names * fix: set repository to get api diff * chore: set permission to workflow * set sleep 30s (shorter) * chore: set label of diff * chore: more attempts to fetch misskey * chore: add full diff output of api.js * chore: save full-diff to Artifact * chore: add message to download diff Artifact