Update ruby/action-slack v3.1.1 (#7505)
This commit is contained in:
parent
e4caf59cc1
commit
2570374bc8
Notes:
git
2023-03-12 05:00:20 +00:00
Merged-By: k0kubun <takashikkbn@gmail.com>
2
.github/workflows/annocheck.yml
vendored
2
.github/workflows/annocheck.yml
vendored
@ -135,7 +135,7 @@ jobs:
|
||||
- run: make test-annocheck
|
||||
if: ${{ matrix.entry.check && endsWith(matrix.entry.name, 'annocheck') }}
|
||||
|
||||
- uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
|
||||
- uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
|
2
.github/workflows/baseruby.yml
vendored
2
.github/workflows/baseruby.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
- run: make incs
|
||||
- run: make all
|
||||
- run: make test
|
||||
- uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
|
||||
- uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
|
2
.github/workflows/bundled_gems.yml
vendored
2
.github/workflows/bundled_gems.yml
vendored
@ -116,7 +116,7 @@ jobs:
|
||||
GIT_COMMITTER_NAME: git
|
||||
if: ${{ github.repository == 'ruby/ruby' && !startsWith(github.event_name, 'pull') && steps.show.outcome == 'failure' }}
|
||||
|
||||
- uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
|
||||
- uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
|
2
.github/workflows/check_dependencies.yml
vendored
2
.github/workflows/check_dependencies.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
- run: make all golf
|
||||
- run: ruby tool/update-deps --fix
|
||||
- run: git diff --no-ext-diff --ignore-submodules --exit-code
|
||||
- uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
|
||||
- uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
|
2
.github/workflows/check_misc.yml
vendored
2
.github/workflows/check_misc.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
||||
GIT_COMMITTER_NAME: git
|
||||
if: ${{ github.repository == 'ruby/ruby' && !startsWith(github.event_name, 'pull') && steps.diff.outcome == 'failure' }}
|
||||
|
||||
- uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
|
||||
- uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
|
2
.github/workflows/cirrus-notify.yml
vendored
2
.github/workflows/cirrus-notify.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
env:
|
||||
CHECK_RUNS: ${{ steps.get_failed_check_run.outputs.data }}
|
||||
run: echo "$CHECK_RUNS"
|
||||
- uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
|
||||
- uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
|
2
.github/workflows/compilers.yml
vendored
2
.github/workflows/compilers.yml
vendored
@ -262,7 +262,7 @@ jobs:
|
||||
- run: make test-annocheck
|
||||
if: ${{ matrix.entry.check && endsWith(matrix.entry.name, 'annocheck') }}
|
||||
|
||||
- uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
|
||||
- uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -91,7 +91,7 @@ jobs:
|
||||
PRECHECK_BUNDLED_GEMS: "no"
|
||||
if: ${{ matrix.test_task == 'check' && matrix.skipped_tests != '' }}
|
||||
continue-on-error: ${{ matrix.continue-on-skipped_tests || false }}
|
||||
- uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
|
||||
- uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
|
2
.github/workflows/mingw.yml
vendored
2
.github/workflows/mingw.yml
vendored
@ -151,7 +151,7 @@ jobs:
|
||||
make ${{ StartsWith(matrix.test_task, 'spec/') && matrix.test_task || 'test-spec' }}
|
||||
if: ${{matrix.test_task == 'check' || matrix.test_task == 'test-spec' || StartsWith(matrix.test_task, 'spec/')}}
|
||||
|
||||
- uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
|
||||
- uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
|
2
.github/workflows/rjit-bindgen.yml
vendored
2
.github/workflows/rjit-bindgen.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
||||
- run: make ${{ matrix.task }}
|
||||
- run: git diff --exit-code
|
||||
working-directory: src
|
||||
- uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
|
||||
- uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
|
2
.github/workflows/rjit.yml
vendored
2
.github/workflows/rjit.yml
vendored
@ -107,7 +107,7 @@ jobs:
|
||||
env:
|
||||
GNUMAKEFLAGS: ""
|
||||
RUN_OPTS: ${{ matrix.run_opts }}
|
||||
- uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
|
||||
- uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
|
2
.github/workflows/spec_guards.yml
vendored
2
.github/workflows/spec_guards.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
working-directory: spec/ruby
|
||||
env:
|
||||
CHECK_LEAKS: true
|
||||
- uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
|
||||
- uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -118,7 +118,7 @@ jobs:
|
||||
TESTS: ${{ matrix.skipped_tests }}
|
||||
if: ${{ matrix.test_task == 'check' && matrix.skipped_tests != '' }}
|
||||
continue-on-error: ${{ matrix.continue-on-skipped_tests || false }}
|
||||
- uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
|
||||
- uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
|
2
.github/workflows/wasm.yml
vendored
2
.github/workflows/wasm.yml
vendored
@ -108,7 +108,7 @@ jobs:
|
||||
ruby ./bootstraptest/runner.rb --ruby="$(which wasmtime) run $PWD/../build/ruby --mapdir /::./ -- " --verbose "--sets=$NO_THREAD_TESTS"
|
||||
working-directory: src
|
||||
|
||||
- uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
|
||||
- uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -139,7 +139,7 @@ jobs:
|
||||
env:
|
||||
RUBY_TESTOPTS: -j${{env.TEST_JOBS}} --job-status=normal
|
||||
timeout-minutes: 60
|
||||
- uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
|
||||
- uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
|
2
.github/workflows/yjit-ubuntu.yml
vendored
2
.github/workflows/yjit-ubuntu.yml
vendored
@ -152,7 +152,7 @@ jobs:
|
||||
BASE_REPO: ${{ github.event.pull_request.base.repo.full_name }}
|
||||
BASE_SHA: ${{ github.event.pull_request.base.sha }}
|
||||
if: ${{ matrix.test_task == 'yjit-bench' && startsWith(github.event_name, 'pull') }}
|
||||
- uses: ruby/action-slack@36bda26f63ca8a3787504418657edbbc1a3f5361 # v3.1.0
|
||||
- uses: ruby/action-slack@68e0cffd07384c294c754c75b4cedfec1573996b # v3.1.1
|
||||
with:
|
||||
payload: |
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user