summaryrefslogtreecommitdiff
path: root/.github/workflows/check_misc.yml
AgeCommit message (Collapse)Author
2025-12-17CI: Assume all C source files are UTF-8 nowNobuyoshi Nakada
2025-12-15Bump actions/upload-artifact from 5.0.0 to 6.0.0dependabot[bot]
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2025-12-02Bump actions/checkout from 6.0.0 to 6.0.1dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-11-27Bump actions/checkout from 5.0.1 to 6.0.0dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v5.0.1...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2025-11-17Bump actions/checkout from 5.0.0 to 5.0.1dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v5...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-30CI: Exclude vendored sources at cheching if US-ASCII cleanNobuyoshi Nakada
2025-10-29Bump actions/upload-artifact from 4 to 5dependabot[bot]
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-09Check core doc coverage alwaysNobuyoshi Nakada
2025-10-07Carve out a workflow for post-push hooks (#14768)Takashi Kokubun
from check_misc.yml. These steps originally came from git.ruby-lang.org/ruby.git's post-receive hooks. Because it handles a different set of events from what the original check_misc.yml does, it probably allows them to be simpler if they are separated.
2025-10-07check_misc.yml: Support non-master branchesTakashi Kokubun
See also: https://github.com/ruby/git.ruby-lang.org/commit/0b0eae90f67e9889b133b86b1f2e4526a2882161
2025-10-07check_misc.yml: Add a missing argument to update-ruby.shTakashi Kokubun
https://github.com/ruby/ruby/pull/14765
2025-10-07Resurrect sync from GitHub to git.ruby-lang.org (#14765)Takashi Kokubun
2025-10-04Stop cloning the repository into another pathTakashi Kokubun
which seems to prevent it from fetching notes when the path is not the actual repository but a shallow-cloned repository.
2025-10-03Configure git user for notes-github-prTakashi Kokubun
2025-10-03Fix the GIT_DIR given to notes-github-prTakashi Kokubun
2025-10-03Run notes-github-pr while .git is still availableTakashi Kokubun
https://github.com/ruby/ruby/actions/runs/18240911019/job/51942567201
2025-10-03Make sure GITHUB_TOKEN is setTakashi Kokubun
2025-10-03Fix the path of notes-github-prTakashi Kokubun
2025-10-03Migrate notes-github-pr to ruby/ruby (#14725)Takashi Kokubun
from ruby/git.ruby-lang.org as of: https://github.com/ruby/git.ruby-lang.org/commit/f3ed893e946ec66cac77af5859ac879c5983d3a3
2025-10-03Change the webhook URL used for alertsTakashi Kokubun
That secret appears use a different configuration from the intended one.
2025-10-03Run notify-slack-commits before `make up` tooTakashi Kokubun
2025-10-03Fetch more commits to fix notify-slack-commitsTakashi Kokubun
2025-10-03Propagate secrets to environment variablesTakashi Kokubun
2025-10-03Migrate notify-slack-commits.rb to ruby/rubyTakashi Kokubun
from ruby/git.ruby-lang.org as of: https://github.com/ruby/git.ruby-lang.org/commit/b0dfa734297cc9aea33f24a1e29f8853cc5761e9
2025-09-27Limit the auto-style push to masterTakashi Kokubun
It probably doesn't need to run for topic branches created by dependabot, and it's also likely annoying in stable branches like ruby_X_Y too.
2025-09-27Resurrect support of auto-style on masterTakashi Kokubun
which was broken by 9255db4bc08766763a6d78f50a90e05c58980899
2025-09-09Bump actions/checkout from 4 to 5dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2025-08-14Do not skip CI when it mentions "document" (#14232)Takashi Kokubun
2025-08-12[DOC] Use the specified revision RDocNobuyoshi Nakada
2025-08-04[DOC] Show the rdoc coverage of ruby coreNobuyoshi Nakada
2025-07-15[DOC] RDoc is not in ./lib nowNobuyoshi Nakada
It is already a bundled gem, and only the non-built-in parts remain in pathname.rb in ./lib and cannot work in old versions.
2025-06-20Rename token name to more descriptiveHiroshi SHIBATA
2025-06-17Run auto-style only when pull-requestNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/13634
2025-04-23Run auto-style.rb only on ruby/rubyNobuyoshi Nakada
`github.event.before` for newly pushed branch is all zero and cannot check out. Notes: Merged: https://github.com/ruby/ruby/pull/13158
2025-04-18Add configuration for git commitTakashi Kokubun
and test auto-style again by adding spaces to app_fib
2025-04-18Use github.event.beforeTakashi Kokubun
2025-04-18Check GitHub context for push eventsTakashi Kokubun
2025-04-18Port auto-style to GitHub ActionsTakashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/13126
2025-04-17Temporarily stop the trailing-space check in CIYusuke Endoh
I will restore the check after the preview release Notes: Merged: https://github.com/ruby/ruby/pull/13122
2025-04-16Bump up to the latest versions of actionsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/13119
2024-12-18Extract auto-update workflow for default gems on NEWS.mdHiroshi SHIBATA
We should stop it until final release of Ruby. Notes: Merged: https://github.com/ruby/ruby/pull/12381
2024-10-10[DOC] Generate HTML doc when importing from ruby/rdocNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/11864
2024-10-09[DOC] Generate document HTMLs only when document commit/PRNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/11841
2024-10-08[DOC] Generate HTML documents in CINobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/11832
2024-09-29Bump actions/checkoutNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/11723
2024-06-12Bump actions/checkout from 4.1.6 to 4.1.7dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-17Bump actions/checkout from 4.1.5 to 4.1.6dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/44c2b7a8a4ea60a981eaca3cf939b5f4305c123b...a5ac7e51b41094c92402da3b24376905380afc29) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06Bump actions/checkout from 4.1.4 to 4.1.5dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/0ad4b8fadaa221de15dcec353f45205ec38ea70b...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-24Bump actions/checkout from 4.1.3 to 4.1.4dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/1d96c772d19495a3b5c517cd2bc0cb401ea0529f...0ad4b8fadaa221de15dcec353f45205ec38ea70b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-21Bump actions/checkout from 4.1.2 to 4.1.3dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/9bb56186c3b09b4f86b1c65136769dd318469633...1d96c772d19495a3b5c517cd2bc0cb401ea0529f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>