✨ Add scheduled Pod limiter #77
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
# https://github.com/kubernetes-sigs/kubebuilder-release-tools#pr-verification-github-action | |
name: pr | |
on: | |
# pull_request_target runs in the context of the base of the pull request so changes won't take | |
# effect until this file is merged into the main branch: | |
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target | |
pull_request_target: | |
types: [opened, edited, reopened, synchronize] | |
jobs: | |
verify: | |
runs-on: ubuntu-latest | |
name: verify | |
steps: | |
- name: Verifier action | |
uses: kubernetes-sigs/[email protected] | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} |