File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments