Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add project reference to bos.config.json #136

Open
elliotBraem opened this issue Jul 16, 2024 · 0 comments
Open

Add project reference to bos.config.json #136

elliotBraem opened this issue Jul 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@elliotBraem
Copy link
Contributor

elliotBraem commented Jul 16, 2024

And a git workflow for posting to that project, such as pull request events and releases from github

Looks like we can get pr number from

the easiest way I found is using the github context. The following example shows how to set it to an environment variable.

env:
PR_NUMBER: ${{ github.event.number }}
(https://stackoverflow.com/questions/59077079/how-to-get-pull-request-number-within-github-actions-workflow)

@elliotBraem elliotBraem added the enhancement New feature or request label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant