Skip to content

Commit

Permalink
fix: after CR
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw committed Mar 5, 2024
1 parent 11f19d5 commit 87e1b37
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/assign-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:

jobs:
assign_creator:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
pull-requests: write
steps:
- name: Assign PR to creator
uses: toshimaru/auto-author-assign@ebd30f10fb56e46eb0759a14951f36991426fed0 # v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: QA
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/manage-example-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
# After accepting the branch, the main PR should be closed
name: Example branch management

on:
pull_request
on: pull_request

jobs:
example-branches-checks:
if: ${{ startsWith(github.head_ref, 'example') }}
name: Checks
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
pull-requests: write
steps:
- uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0
- uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0
name: Set example label
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.19.1
18.19

0 comments on commit 87e1b37

Please sign in to comment.