Skip to content

Commit

Permalink
Introduce CacheCleaner and AbstractCachedProvider (#34)
Browse files Browse the repository at this point in the history
* Introduce CacheCleaner and AbstractCacheCleanerByTags

Update README.md

* Bump kununu/testing-bundle

Fix tests

* Remove directory from phpunit exclusions

* Add AbstractCachedProvider

Update README.md

* Apply SonarQube suggestions

* Add code review suggestion

* Apply code review suggestion on tests
  • Loading branch information
hugo-goncalves-kununu authored Dec 15, 2021
1 parent 129dd52 commit a74ee80
Show file tree
Hide file tree
Showing 18 changed files with 1,043 additions and 171 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto_assign_owner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Auto assign owner when opening PRs
on:
pull_request:
types: [ opened ]
jobs:
auto-assign-owner:
if: startsWith(github.event.ref, 'dependabot/') == false
runs-on: ubuntu-latest
steps:
- name: Auto assign owner
uses: danielswensson/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit a74ee80

Please sign in to comment.