-
Notifications
You must be signed in to change notification settings - Fork 15
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
rm add_to_project #1013
rm add_to_project #1013
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main-dev #1013 +/- ##
=========================================
Coverage 78.95% 78.95%
=========================================
Files 105 105
Lines 18478 18478
=========================================
Hits 14590 14590
Misses 3888 3888
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a github automation change. It cannot be tested unless released and does not affect the functionality of the code itself, so review not required.
- uses: actions/add-to-project@v0.5.0 | ||
with: | ||
project-url: https://github.com/orgs/metno/projects/12 | ||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is the secrets.ADD_TO_PROJECT_PAT set?
Why only issues and not also PRs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed it from the settings. The action was originally built to test on issues but didn't work, so I did not extend it to PRs.
Close #1012