| Age | Commit message (Collapse) | Author |
|
This reverts commit 02fd62895d9a13f56253521dedd80e39d4eafbb5.
It stopped working again.
|
|
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>
|
|
|
|
|
|
|
|
|
|
Soft fails like warnings from rustc. The `rustdoc` warnings tend to be
dead links in the markup.
|
|
At the moment, we're not sure which gem relies on past renames. So we
try this, and revert it if it turns out to be necessary.
Given that it slows down every single sync, however, I'm thinking of
making tool/sync_default_gems.rb responsible for implementing all
necessary renames on cherry-picks using filter-branch (or any
modification on commits before pushing them).
|
|
At the moment, nothing in the notification tells you whether it was ibm
jobs or not. `matrix.os` seems like the easiest way to include that
information, so I added it in the label.
|
|
Since many of us developing ZJIT are on at least Clang 16 locally now
due to recent macOS update, let's use Clang 16 on CI, too. There is
some differences between https://github.com/llvm/llvm-project
Clang and Apple Clang, even when the version number match, but I figure
it's good to shrink the difference anyways.
|
|
|
|
|
|
|
|
which git.ruby-lang.org used to also notify.
|
|
|
|
It's weird that --with-gmp runs test-tool just because it needs to run
test/ruby/test_bignum.rb and spec/ruby/core/integer/*_spec.rb.
|
|
|
|
to commit-email.rb.
I didn't realize I dropped a letter when I moved it. It wasn't really
intended, so I change it back.
|
|
|
|
from post-receive.sh as of https://github.com/ruby/git.ruby-lang.org/commit/8d24ac65b5aeb44f7a3212410d6911be621223d4.
|
|
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
which also disables some error messages, but --fail-with-body -w
'%{http_code}' seems to show everything we need anyway.
|
|
|
|
from post-receive.sh
|
|
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](https://github.com/github/codeql-action/compare/v3...v4)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
|
|
These scripts are made to be fairly portable, so it shouldn't need all
these steps to make them work.
|
|
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.
|
|
See also: https://github.com/ruby/git.ruby-lang.org/commit/0b0eae90f67e9889b133b86b1f2e4526a2882161
|
|
https://github.com/ruby/ruby/pull/14765
|
|
|
|
|
|
Now that repository_dispatch is gone, we don't need them either.
|
|
We actually use the workflow-level dispatch from API as well
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bumps [actions/labeler](https://github.com/actions/labeler) from 5 to 6.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/labeler
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
which seems to prevent it from fetching notes when the path is not the
actual repository but a shallow-cloned repository.
|
|
|
|
|
|
https://github.com/ruby/ruby/actions/runs/18240911019/job/51942567201
|
|
|
|
|
|
from ruby/git.ruby-lang.org as of:
https://github.com/ruby/git.ruby-lang.org/commit/f3ed893e946ec66cac77af5859ac879c5983d3a3
|
|
That secret appears use a different configuration from the intended one.
|