Skip to content

Commit 10aa75a

Browse files
author
Kostiantyn Kostiuk
committed
wip2
1 parent bbe056f commit 10aa75a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
PR_NEED_RUN: |
1818
${{ (contains(github.event.pull_request.labels.*.name, 'dependencies') &&
1919
contains(github.event.pull_request.labels.*.name, 'ruby') &&
20-
contains(github.event.pull_request.labels.*.name, 'tapioca-ready')) || (
20+
contains(github.event.pull_request.labels.*.name, 'rbi-ready')) || (
2121
!contains(github.event.pull_request.labels.*.name, 'dependencies') &&
2222
!contains(github.event.pull_request.labels.*.name, 'ruby')) }}
2323
steps:

.github/workflows/dependabot-tapioca.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions-ecosystem/action-add-labels@v1
2727
if: ${{ steps.dependabot-metadata.outputs.package-ecosystem == 'bundler' }}
2828
with:
29-
labels: tapioca-ready
29+
labels: rbi-ready
3030
- name: git update
3131
if: ${{ steps.dependabot-metadata.outputs.package-ecosystem == 'bundler' }}
3232
run: |

0 commit comments

Comments
 (0)