Document that EDC_UI_CONFIG_URL
allows relative URLs only in deployment guide
#281
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 issue to project action | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
add_issue_to_project: | |
if: "!(startsWith(github.event.issue.title, '[Zammad Ticket') && github.event.issue.user.login == 'sovitybot')" | |
name: add_issue_to_project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/sovity/projects/9 | |
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }} |