Skip to content

Commit 2fd8668

Browse files
authored
Merge pull request #17 from patternfly/revert-16-pagination-url
Revert "Enhance useDataViewPagination with URL persisting"
2 parents fc0d1fb + 986c980 commit 2fd8668

File tree

18 files changed

+409
-671
lines changed

18 files changed

+409
-671
lines changed

.github/workflows/check-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
branches:
55
- main
6-
- v5
6+
- v4
77
jobs:
88
call-build-lint-test-workflow:
99
uses: ./.github/workflows/build-lint-test.yml

.github/workflows/pr-preview.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
git checkout tmp
1818
1919
- run: |
20-
git rev-parse origin/v5
20+
git rev-parse origin/main
2121
git rev-parse HEAD
22-
git rev-parse origin/v5..HEAD
23-
git log origin/v5..HEAD --format="%b"
22+
git rev-parse origin/main..HEAD
23+
git log origin/main..HEAD --format="%b"
2424
2525
# Yes, we really want to checkout the PR
2626
# Injected by generate-workflows.js
@@ -52,4 +52,4 @@ jobs:
5252
name: a11y tests
5353
- run: node .github/upload-preview.js packages/module/coverage
5454
name: Upload a11y report
55-
if: always()
55+
if: always()

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- main
6-
- v5
6+
- v4
77
jobs:
88
call-build-lint-test-workflow:
99
uses: ./.github/workflows/build-lint-test.yml

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const MyComponent: React.FunctionComponent<MyComponentProps> = () => {
4141
);
4242
};
4343
44-
4544
export default MyComponent;
4645
```
4746

0 commit comments

Comments
 (0)