Skip to content

Commit

Permalink
Merge branch 'develop' into feature/product-tour-onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
malayladu committed Nov 20, 2023
2 parents 48ccba8 + 4db369f commit 6e49b81
Show file tree
Hide file tree
Showing 198 changed files with 2,042 additions and 2,020 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
name: Creating a Github release
command: |
if [ "${CIRCLE_BRANCH}" == "main" ]; then
git config user.email "support@gravityview.co"
git config user.email "support@gravitykit.com"
git config user.name "GravityView - CI"
/home/circleci/tooling/build-tools/build_tools.sh create_release -o "gravityview.php $(ls gravityview-*.zip)"
fi
Expand Down
3 changes: 0 additions & 3 deletions .coveralls.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Auto-Add Pull Requests

on:
workflow_call:
secrets:
ADD_TO_PROJECTS_PAT:
required: true
pull_request:
types:
- opened
- reopened
jobs:
add-to-project:
name: Add to GravityKit Planning
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/GravityKit/projects/16
github-token: ${{ secrets.ADD_TO_PROJECTS_PAT }}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ docker-unit-tests.sh
phpunit
wordpress-51-tests-lib
wordpress-latest-tests-lib

.coveralls.yml
.scrutinizer.yml
.tx
99 changes: 0 additions & 99 deletions .idea/codeStyleSettings.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/jsLibraryMappings.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/scopes/scope_settings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/watcherTasks.xml

This file was deleted.

14 changes: 0 additions & 14 deletions .idea/webResources.xml

This file was deleted.

76 changes: 0 additions & 76 deletions .scrutinizer.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .tx/config

This file was deleted.

2 changes: 1 addition & 1 deletion assets/css/admin-entries-list.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6e49b81

Please sign in to comment.