Skip to content

Update molecule from 3.0.6 to 6.0.1 #564

Update molecule from 3.0.6 to 6.0.1

Update molecule from 3.0.6 to 6.0.1 #564

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 }}