Enable Support for cac:PaymentMeans
in UBL
#8
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 Issues to Project | |
on: | |
issues: | |
types: [opened] | |
env: | |
GITHUB_API_TOKEN: ${{ secrets.PAT }} | |
jobs: | |
add_to_project: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Assign new issues to the project | |
uses: tcassou/[email protected] | |
with: | |
project_url: 'https://github.com/orgs/wpovernight/projects/22' |