Skip to content

Commit

Permalink
Adds the action-change-labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiswift committed Nov 11, 2024
1 parent 64f5309 commit 02ffad1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compare-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
playwrightDisable: ${{ !contains(fromJSON(steps.changed-files.outputs.changes), 'playwright') }}
workflowsDisable: ${{ !contains(fromJSON(steps.changed-files.outputs.changes), 'workflows') }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Checkout code
uses: actions/checkout@v2

- name: Get changed files
id: changed-files
Expand Down

0 comments on commit 02ffad1

Please sign in to comment.