feat: Allow skipping config check when installing NGINX from an OS re… #718
This file contains hidden or 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: Release Drafter | |
on: | |
push: | |
branches: [main] | |
pull_request_target: | |
types: [opened, reopened, synchronize] | |
workflow_dispatch: | |
permissions: read-all | |
jobs: | |
update-release-draft: | |
name: Update release draft | |
runs-on: ubuntu-24.04 | |
permissions: | |
contents: write | |
pull-requests: write | |
steps: | |
- name: Run Release Drafter | |
uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0 | |
with: | |
disable-autolabeler: ${{ github.actor == 'renovate[bot]' }} | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |