Skip to content

Bump urllib3 from 1.26.16 to 1.26.18 in /requirements/yoga #112

Bump urllib3 from 1.26.16 to 1.26.18 in /requirements/yoga

Bump urllib3 from 1.26.16 to 1.26.18 in /requirements/yoga #112

Workflow file for this run

---
# SPDX-license-identifier: Apache-2.0
##############################################################################
# Copyright (c) 2021
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
name: Automatic Rebase
# yamllint disable-line rule:truthy
on:
issue_comment:
types: [created]
permissions: read-all
jobs:
rebase:
name: Rebase
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # refs/tags/v4.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- name: Automatic Rebase
uses: cirrus-actions/rebase@b87d48154a87a85666003575337e27b8cd65f691 # refs/tags/1.8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}