Skip to content

relock

relock #3696

Workflow file for this run

name: relock
on:
workflow_dispatch: null
issue_comment: null
schedule:
- cron: '*/30 * * * *'
concurrency: relock
jobs:
relock:
name: relock
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: conda-incubator/relock-conda@7e9057f62545d3b3a3fc10ccc93cec4d0bd2c5a5
with:
github-token: ${{ secrets.AUTOTICK_BOT_TOKEN }}
automerge: true
skip-if-pr-exists: true