Participant Details Lookup Service and ParticipantInformationDetails EDC Extension #114
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 }} |