Skip to content

Commit

Permalink
Move NGINX Bot to GitHub App (#1618)
Browse files Browse the repository at this point in the history
Problem: Some operations are not possible from a GitHub Actions.

Solution: Make it into a GitHub App. This will also allow us to have
many more functionalities in the future.
  • Loading branch information
lucacome authored Feb 28, 2024
1 parent 388927e commit ad80b76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 39 deletions.
5 changes: 5 additions & 0 deletions .github/nginx-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
prAssigneeFromIssueNumber: 583
warnMissingIssue: true
missingIssueMessage: |
Please make sure to include the issue number in the PR description to automatically close the issue when the PR is merged.
See [Linking a pull request to an issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) and our [Pull Request Guidelines](../docs/developer/pull-request.md) for more information.
35 changes: 0 additions & 35 deletions .github/workflows/nginx-bot.yml

This file was deleted.

7 changes: 3 additions & 4 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---

yaml-files:
- '*.yaml'
- '*.yml'
- "*.yaml"
- "*.yml"

ignore:
- deploy/helm-chart/templates/
Expand Down Expand Up @@ -39,7 +38,7 @@ rules:
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: true
ignore: |
.github/workflows/
.github/
deploy/manifests/nginx-gateway.yaml
deploy/manifests/crds
tests/longevity/manifests/cronjob.yaml
Expand Down

0 comments on commit ad80b76

Please sign in to comment.