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

Output the URLs of the issues/PRs that were found #20

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

skedwards88
Copy link

This PR:

  • Updates the action to set the output to the list of issue URLs found
  • Explicitly skips some sections of the code if the project input was not provided. (I think this was already happening since the projectBoard input isn't required, but this makes it more explicit in the code.)
  • Upgrades the actions/core package to deal with a deprecation issue
  • Changes the @zeit/ncc dependency (no longer maintained) to @vercel/ncc to deal with a build issue following the actions core upgrade
  • Upgrades to node 16 since node 12 is deprecated
  • Updates the README to reflect the output

Now that the list of URLs is returned, people can use this action to find team pings and then take whatever downstream action that they want. For example, they can add the returned items to a Project v2 and update project fields for the item.

For an example of a workflow running this updated action, see https://github.com/github/docs-content/actions/runs/7071424385/job/19249135402

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

Successfully merging this pull request may close these issues.

1 participant