shinGangan / .github

GitHub Templates for Pull Request / Issue
MIT License
0 stars 0 forks source link

bug: Invalid workflow file: .github/workflows/pull_request.yml #14

Closed shinGangan closed 8 months ago

shinGangan commented 8 months ago

Context

private repoで以下のエラーを観測した。

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows

公式ドキュメントを確認するとusesの呼び出しルールとリポジトリ階層が一致していない。そのため、外部から呼び出せない

現在: shinGangan/.github/workflows/labeler.yml 求められているやつ: shinGangan/{repo}/.github/workflows/labeler.yml