Lando 3.21.0-beta12 with Pantheon recipe doesn't assign a port for external database connection #2
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: Add to Contrib Project | |
on: | |
issues: | |
types: [labeled] | |
pull_request: | |
types: [labeled] | |
jobs: | |
add_to_project: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Add issue/PR to GitHub Project | |
if: github.event.label.name == 'flag' | |
uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/lando/projects/7 | |
github-token: ${{ secrets.SHADOW_COUNCIL_ESCALATOR }} | |
labeled: flag |