Skip to content

Conversation

aldy505
Copy link

@aldy505 aldy505 commented Sep 27, 2025

No description provided.

comment-package-dependends-on-issue:
name: Comment package dependends on issue
runs-on: ubuntu-latest
if: "${{ (github.event.action != 'labeled' || github.event.label.name == 'Trigger: Find Dependents') && github.repository_owner == 'e18e' }}"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@43081j This Trigger: FInd Dependents is the label name & you need to create it. Feel free to suggest other names.

for package in "${{ steps.package_name.outputs.packages }}"; do
echo "Running for $package"
output+=("### $package")
output+=("$(npx --yes github:Fuzzyma/e18e-tools $package -n 20 -q -o md -U https://npm.devminer.xyz/registry)")
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be fine if we hardcoded it.

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