14 Commits

Author SHA1 Message Date
dependabot[bot]
00fdcb3ecd Bump actions/checkout from 6.0.1 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-22 18:34:31 -08:00
dependabot[bot]
bf144d8c10 Bump actions/checkout from 6.0.0 to 6.0.1
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-12-02 18:31:11 -08:00
dependabot[bot]
3b09db3b35 Bump actions/checkout from 5.0.1 to 6.0.0
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-27 16:36:52 +09:00
dependabot[bot]
b5d0aac900 Bump actions/checkout from 5.0.0 to 5.0.1
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-11-17 18:34:37 -08:00
Takashi Kokubun
fc08d36a15 post_push.yml: Rename commit-mail.rb back
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.
2025-10-08 15:05:37 -07:00
Takashi Kokubun
5b8f47fa64 post_push.yml: Specify the full path of sendmail 2025-10-08 14:06:01 -07:00
Takashi Kokubun
7ec03e12b4
post_push.yml: Migrate commit-email.rb to post_push (#14779)
from post-receive.sh as of 8d24ac65b5.
2025-10-08 14:03:11 -07:00
Takashi Kokubun
501dd27eb2 post_push.yml: Write the SSH key more securely
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
2025-10-08 13:11:54 -07:00
Takashi Kokubun
9ae3e20953 push_push.yml: Suppress progress of requests
which also disables some error messages, but --fail-with-body -w
'%{http_code}' seems to show everything we need anyway.
2025-10-08 01:01:51 -07:00
Takashi Kokubun
949717efb1 post_push.yml: Fix an invalid YAML syntax 2025-10-08 00:59:31 -07:00
Takashi Kokubun
a0e7341bfd post_push.yml: Migrate fetch_changesets
from post-receive.sh
2025-10-08 00:54:54 -07:00
Takashi Kokubun
000165a51c post_push.yml: Simplify the overall workflow 2025-10-07 21:07:57 -07:00
Takashi Kokubun
f063427c45 post_push.yml: Skip .github/actions/setup/directories
These scripts are made to be fairly portable, so it shouldn't need all
these steps to make them work.
2025-10-07 20:56:16 -07:00
Takashi Kokubun
76b1039485
Carve out a workflow for post-push hooks (#14768)
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-07 20:54:37 -07:00