Skip to content

chore(deps): bump github.com/opencontainers/image-spec from 1.0.3-0.20220114050600-8b9d41f48198 to 1.1.0-rc4 #1994

chore(deps): bump github.com/opencontainers/image-spec from 1.0.3-0.20220114050600-8b9d41f48198 to 1.1.0-rc4

chore(deps): bump github.com/opencontainers/image-spec from 1.0.3-0.20220114050600-8b9d41f48198 to 1.1.0-rc4 #1994

Workflow file for this run

name: Auto approve and merge
on:
issue_comment:
types:
- created
jobs:
approve:
name: auto approve using /LGTM
if: ${{ github.event.comment.body == '/LGTM' }}
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Approve Pull Request
uses: juliangruber/approve-pull-request-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: 1
merge:
name: auto merge using /merge
if: ${{ github.event.comment.body == '/merge' }}
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: auto merge
uses: juliangruber/approve-pull-request-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: 1