Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main-beta' into epic/site-5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Nov 7, 2024
2 parents 9b80110 + 69df959 commit feeca36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: cla-assistant-check
uses: cla-assistant/github-action@v2.5.1
uses: cla-assistant/github-action@v2.6.1
if: startsWith(github.event.comment.body, 'recheckcla') || contains(github.event.comment.body, 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: npm run test:e2e:update

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: ${{ env.UPD_COMMIT_MSG }}
Expand Down

0 comments on commit feeca36

Please sign in to comment.