mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Merge branch 'develop' into improvements/pre-commit_autoupdate_2020-05
This commit is contained in:
commit
4d4db071b8
2 changed files with 6 additions and 5 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -4,4 +4,4 @@
|
||||||
# the repo. Unless a later match takes precedence,
|
# the repo. Unless a later match takes precedence,
|
||||||
# these owners will be requested for review when someone
|
# these owners will be requested for review when someone
|
||||||
# opens a pull request.
|
# opens a pull request.
|
||||||
* @dav3r @felddy @jsf9k @mcdonnnj @cisagov/team-ois
|
* @dav3r @felddy @hillaryj @jsf9k @mcdonnnj @cisagov/team-ois
|
||||||
|
|
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -1,10 +1,11 @@
|
||||||
---
|
---
|
||||||
name: build
|
name: build
|
||||||
|
|
||||||
on: [
|
on:
|
||||||
push,
|
push:
|
||||||
pull_request
|
pull_request:
|
||||||
]
|
repository_dispatch:
|
||||||
|
types: [apb]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PIP_CACHE_DIR: ~/.cache/pip
|
PIP_CACHE_DIR: ~/.cache/pip
|
||||||
|
|
Loading…
Reference in a new issue