Sidebar with inconsistent separation in Providing and Consuming sections #256
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/add-to-project@v1.0.2 | |
with: | |
project-url: https://github.com/orgs/sovity/projects/9 | |
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }} |