Skip to content

[fix] Autorotate policy was send as empty struct when disabled #21

[fix] Autorotate policy was send as empty struct when disabled

[fix] Autorotate policy was send as empty struct when disabled #21

Workflow file for this run

---
name: Pull Request Target
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- edited
- ready_for_review
jobs:
label-needs-review:
runs-on: ubuntu-latest
steps:
- name: Apply Labels
uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
if: github.event.action == 'opened'
with:
configuration-path: .github/labeler-pull-requests.yml
repo-token: '${{ secrets.GITHUB_TOKEN }}'