diff --git a/.github/workflows/changed_files.yml b/.github/workflows/changed_files.yml index 7c488ab..4bc0b61 100644 --- a/.github/workflows/changed_files.yml +++ b/.github/workflows/changed_files.yml @@ -5,7 +5,7 @@ jobs: name: test-mergability runs-on: ubuntu-latest steps: - - uses: prezi/approve-checker@use-base-branch + - uses: prezi/approve-checker@pages with: repository: ${{ github.repository }} pr-number: ${{ github.event.pull_request.number }} diff --git a/module_a/OWNERSFILE b/module_a/OWNERSFILE index 7a6883d..d5f52e4 100644 --- a/module_a/OWNERSFILE +++ b/module_a/OWNERSFILE @@ -1,2 +1,3 @@ +# something x rosadam bertalankormendy \ No newline at end of file diff --git a/module_a/aa.ts b/module_a/aa.ts index 12d50a7..45c9500 100644 --- a/module_a/aa.ts +++ b/module_a/aa.ts @@ -1 +1 @@ -const negyvenketto = 55; \ No newline at end of file +const negyvenketto = 56; \ No newline at end of file diff --git a/module_b/b.ts b/module_b/b.ts index 4ad4511..408caa2 100644 --- a/module_b/b.ts +++ b/module_b/b.ts @@ -1 +1 @@ -export const zero = 8; +export const zero = 9;