Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Mar 6, 2024
2 parents 048bf9f + fbd70d6 commit f8bf52c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,15 @@ jobs:
uses: ./
with:
working-directory: test-package
- name: Verify Changed files
id: verify-changed-files
uses: tj-actions/verify-changed-files@v19
with:
files: |
test-package/**
- name: Create Pull Request
uses: peter-evans/[email protected]
if: steps.verify-changed-files.outputs.files_changed == 'true'
with:
base: "main"
labels: "merge when passing"
Expand Down

0 comments on commit f8bf52c

Please sign in to comment.