Skip to content

Merge pull request #299 from infOpen/pyup-update-flake8-3.9.2-to-4.0.1 #666

Merge pull request #299 from infOpen/pyup-update-flake8-3.9.2-to-4.0.1

Merge pull request #299 from infOpen/pyup-update-flake8-3.9.2-to-4.0.1 #666

Workflow file for this run

---
name: Repo configuration
on: push
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v2
with:
yaml_file: .github/labels.yml
skip_delete: false
dry_run: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}