Trying to extern variables from wrapper files without linking with them #219
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 projects | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
add-to-project: | |
name: Add issue to projects | |
runs-on: ubuntu-latest | |
steps: | |
- name: Add issue to UTBot C/C++ project | |
uses: actions/add-to-project@main | |
with: | |
project-url: https://github.com/orgs/UnitTestBot/projects/1 | |
github-token: ${{ secrets.COPY_ISSUE_TO_PROJECT }} |