roclub / workflow-templates

0 stars 0 forks source link

fix: Changed pr_title_checker.yml due to filepath error #30

Closed manueleckarth closed 7 months ago

manueleckarth commented 7 months ago

The former workflow file produced this error:

Error: Couldn't retrieve or parse the config file specified - Error: ENOENT: no such file or directory, open '/home/runner/work/miscellaneous-testing/miscellaneous-testing/.github/configs/pr-title-checker-config.json'

This is due to the step "pull file" copying the json config file to the root directory, but the step "Check PR title" expects it to be at .github/configs/pr-title-checker-config.json

The change in this PR changes the pull file step to save the config file in github/configs/pr-title-checker-config.json

github-actions[bot] commented 7 months ago

The title of your PR 'Fix: Changed pr_title_checker.yml due to filepath error' is non-compliant to the conventions. Please refer to our GitHub documentation in Notion.

manueleckarth commented 7 months ago

@holgerson97: Den change der filepaths habe ich lokal getestet, schau aber bitte nochmal mit deinen command line Augen drauf.