[Migrated] Making possible to override primary hostname in upstream health checks when multiple primaries are defined #147
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
name: issue_board | |
on: | |
issues: | |
types: | |
- opened | |
- labeled | |
jobs: | |
add-to-project: | |
name: Add Gloo OSS issue to Gloo Edge or Docs project board | |
runs-on: ubuntu-latest | |
timeout-minutes: 5 | |
steps: | |
- uses: actions/add-to-project@main | |
with: | |
project-url: https://github.com/orgs/solo-io/projects/22 | |
github-token: ${{ secrets.ORG_CROSS_REPO_TROIS }} | |
labeled: "Type: Enhancement,Type: Bug" | |
label-operator: OR | |
- uses: actions/add-to-project@main | |
with: | |
project-url: https://github.com/orgs/solo-io/projects/24 | |
github-token: ${{ secrets.ORG_CROSS_REPO_TROIS }} | |
labeled: "Type: Docs" |