You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the GitHub search to find a similar question and didn't find it.
I searched in the documentation/README.
I already searched in Google "How to do X" and didn't find any information.
I already read and followed all the tutorial in the docs/README and didn't find an answer.
Commit to Help
I commit to help with one of those options 👆
Example Code
name: Add to Project
on:
pull_request_target:
issues:
types:
- opened
- reopened
jobs:
add-to-project:
name: Add to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/users/raybesiga/projects/2
github-token: ${{ secrets.PROJECT_REPO_TOKEN }}
Description
Hi guys,
Every time I pull the upstream branch into my project, I get a bunch of CI/CD errors due to the workflows in the GitHub folder. I have tried to make changes to eliminate the errors but I am unsure if my actions are effective. For example, I have shared the code for the add-to-project.yml that is updated but that workflow, like the others, fails. What changes should I make to my project to realize the advantages that having them brings to the template in the first place?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First Check
Commit to Help
Example Code
Description
Hi guys,
Every time I pull the upstream branch into my project, I get a bunch of CI/CD errors due to the workflows in the GitHub folder. I have tried to make changes to eliminate the errors but I am unsure if my actions are effective. For example, I have shared the code for the
add-to-project.yml
that is updated but that workflow, like the others, fails. What changes should I make to my project to realize the advantages that having them brings to the template in the first place?Operating System
macOS
Operating System Details
MacOS Sonoma Version 14.6.1
Python Version
3.11
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions