Files
atlantis/.github/workflows/labeler.yml
Ken Kaizu ac795ce435 docs: apply home dark mode (#3062)
* merge scss into index.scss

* apply darkmode on docs Home using predefined var color

* codeql/labeler github action for handling draft pr

* labeler require pull_requiest_target
2023-01-27 17:02:48 -06:00

23 lines
462 B
YAML

name: "Pull Request Labeler"
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
triage:
permissions:
contents: read
pull-requests: write
if: github.event.pull_request.draft == false
runs-on: ubuntu-22.04
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml