From b56d54a35a8e328519c0208aa39703166c0a2ffc Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:57:04 +0000 Subject: [PATCH] Update sync_files.yml (#2872) # Description of Changes Please provide a summary of the changes, including: - What was changed - Why the change was made - Any challenges encountered Closes #(issue_number) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --- .github/workflows/sync_files.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/sync_files.yml b/.github/workflows/sync_files.yml index 66c59c4d..d86ac2ac 100644 --- a/.github/workflows/sync_files.yml +++ b/.github/workflows/sync_files.yml @@ -8,8 +8,6 @@ on: paths: - "build.gradle" - "README.md" - - "gradle/verification-keyring.keys" - - "gradle/verification-metadata.xml" - "src/main/resources/messages_*.properties" - "src/main/resources/static/3rdPartyLicenses.json" - "scripts/ignore_translation.toml" @@ -104,12 +102,6 @@ jobs: git add README.md git diff --staged --quiet || git commit -m ":memo: Sync README.md" || echo "no changes" - - name: Run git add - run: | - git add gradle/verification-keyring.keys - git add gradle/verification-metadata.xml - git diff --staged --quiet || git commit -m ":memo: Generate verification metadata with signatures and checksums" || echo "no changes" - - name: Create Pull Request uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 with: @@ -135,14 +127,9 @@ jobs: - Added a summary of the current translation status for all supported languages. - Included up-to-date statistics on translation coverage. - #### **3. Verification Metadata Updates** - - Generated or refreshed the `verification-keyring.keys` and `verification-metadata.xml` files. - - Included the latest dependency signatures and checksums to enhance the build's integrity. - #### **Why these changes are necessary** - Keeps translation files aligned with the latest reference updates. - Ensures the documentation reflects the current translation progress. - - Strengthens dependency verification for a more secure build process. --- @@ -156,5 +143,3 @@ jobs: add-paths: | README.md src/main/resources/messages_*.properties - gradle/verification-keyring.keys - gradle/verification-metadata.xml