Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test/240612 3 #26

Merged
merged 2 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
PR_BRANCH: release-ci-${{ github.sha }}

jobs:
# run only for dependabot PRs
approve_pr_branch:
name: Approve PR branch
runs-on: ubuntu-latest
Expand All @@ -23,14 +24,15 @@ jobs:
review-message: "Auto approved automated PR by dependabot"


# run only for dependabot PRs
merge_pr_branch:
name: Merge PR branch
# we need to run this job after the approve_pr_branch job
needs: approve_pr_branch
runs-on: ubuntu-latest
permissions:
pull-requests: write

if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'


# npm publish
- name: Publish package on NPM 📦
# if using yarn v4
Expand Down