Skip to content

Commit

Permalink
exp
Browse files Browse the repository at this point in the history
  • Loading branch information
mkokryashkin committed Nov 3, 2023
1 parent e4bf14c commit 6b95867
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 504 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Create PR with submodule bump in tarantool repo

on:
push:
branches-ignore:
- '**-notest'
- 'upstream-**'
- '**-nopr'
tags-ignore:
- '**'

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
repository: ${{ github.event.pusher.name }}/tarantool
submodules: recursive
- shell: bash
run: |
cd third_party/luajit/
echo $PWD
git fetch origin ${{ github.ref_name }}
git checkout ${{ github.ref_name }}
cd ../..
git add third_party/luajit
git commit -m "luajit: bump submodule"
git push origin ${{ github.ref_name }}
64 changes: 0 additions & 64 deletions .github/workflows/coverage.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflows/exotic-builds-testing.yml

This file was deleted.

94 changes: 0 additions & 94 deletions .github/workflows/gnumake-builds-testing.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/lint.yml

This file was deleted.

Loading

0 comments on commit 6b95867

Please sign in to comment.