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
{{ message }}
This repository was archived by the owner on Feb 16, 2026. It is now read-only.
See #18
We need a way to get the use-issues workflow to only run when the PR comes from the same repository.
This would be done ideally without hardcoding ORG_NAME/REPOSITORY name so it will work properly on forked repositories.
if: github.actor != 'dependabot[bot]' && github.repository == 'ORG-NAME/REPO-NAME'