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

make sure workflows run for create-pull-request ("update dependent-usage.json" PRs) #3383

Open
brian-smith-tcril opened this issue Jan 17, 2025 · 0 comments

Comments

@brian-smith-tcril
Copy link
Contributor

I did some investigation when trying to figure out why on: pull_request workflows didn't run for #3379

I left a few comments on that PR that I'm copying here:

Looking into why tests aren't running when these PRs are made:

The PRs are made using

- name: Create pull request for dependent project usages
id: cpr
uses: peter-evans/create-pull-request@v7
with:
commit-message: "docs: update dependent-usage.json"
title: "docs: update dependent-usage.json"
body: "Contains automated changes to the dependent-usage.json file, which provides the data for Paragon Usage Insights."
labels: automerge
branch: dependent-usage-analyzer/update-dependent-usage-json
base: next

The README for the create-pull-request action we're using says (https://github.com/peter-evans/create-pull-request?tab=readme-ov-file#token)

If you want pull requests created by this action to trigger an on: push or on: pull_request workflow then you cannot use the default GITHUB_TOKEN. See the documentation here for further details.

Found a discussion about the issue and added a comment https://github.com/orgs/community/discussions/25702#discussioncomment-11868340

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant