[Snyk] Security upgrade apache-airflow from 2.6.3 to 2.8.2 #45
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: "Add labels to github PRs based on team" | |
on: pull_request | |
jobs: | |
team-labeler: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: JulienKode/[email protected] | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |