This repository has been archived by the owner on May 10, 2024. It is now read-only.
Bump urllib3 from 1.26.12 to 1.26.18 #6
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Repo Lockdown | |
on: | |
pull_request_target: | |
types: opened | |
permissions: | |
pull-requests: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/repo-lockdown@v2 | |
with: | |
github-token: ${{ github.token }} | |
lock-issue: false | |
exclude-pr-created-before: "2022-11-10" | |
exclude-pr-labels: "internal,dependencies" | |
pr-comment: | | |
This project longer accepts any pull requests. | |
Maintenance happens on a best-to-my-abilities basis. | |
If you started a successful fork of this repository, that has been maintained over a prolonged amount of time, | |
feel free to contact me. I'll then point the readme to your project fork :) | |
close-pr: true | |
lock-pr: true | |
pr-lock-reason: "" | |
process-only: "prs" | |
log-output: true |