diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a213b7b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +## Description +[Provide a brief description of the changes made in this pull request.] + +## Changes Made +[List the main changes or additions made in this pull request. Use bullet points for clarity.] +- Change 1 +- Change 2 +- ... + +## Screenshots +[If applicable, include screenshots or images to illustrate the changes made.] + +## Additional Notes +[Add any additional information, context, or notes relevant to this pull request.] diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 0000000..49fe8a6 --- /dev/null +++ b/.github/workflows/labeler.yml @@ -0,0 +1,15 @@ +name: labeler + +on: [pull_request] + +jobs: + labeler: + runs-on: ubuntu-latest + name: Label the PR size + steps: + - uses: codelytv/pr-size-labeler@v1.10.0 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + ignore_file_deletions: 'true' + files_to_ignore: | + "README.md" \ No newline at end of file diff --git a/.github/workflows/robin.yml b/.github/workflows/robin.yml index 7e8312f..07ddc7c 100644 --- a/.github/workflows/robin.yml +++ b/.github/workflows/robin.yml @@ -18,7 +18,7 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPEN_AI_API_KEY: ${{ secrets.OPEN_AI_API_KEY }} - gpt_model_name: "gpt-4" + gpt_model_name: "gpt-4o" files_to_ignore: | "README.md" "assets/*"