From d9ee30bc30e2a78a7a99a247956a2830da9d4e1e Mon Sep 17 00:00:00 2001 From: PortSwigger Wiener <136816696+PortSwiggerWiener@users.noreply.github.com> Date: Wed, 29 Nov 2023 11:26:20 +0000 Subject: [PATCH 1/2] Add PR template. --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..1eb422d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +### Bambda Contributions + +* [ ] Bambda has a valid [header](https://github.com/PortSwigger/bambdas/blob/73077e7ff3f6fac9db7dc95c0a00bd842b6bb64c/Proxy/HTTP/FilterOnCookieValue.bambda#L1-L5), featuring an @author annotation and suitable description +* [ ] Bambda is in the correct directory +* [ ] Bambda compiles and executes as expected From 91180e69cf035ae02f68de0859769af8c696085d Mon Sep 17 00:00:00 2001 From: PortSwigger Wiener <136816696+PortSwiggerWiener@users.noreply.github.com> Date: Wed, 29 Nov 2023 11:44:34 +0000 Subject: [PATCH 2/2] Update merge action. --- .github/workflows/bambda-checker-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bambda-checker-merge.yml b/.github/workflows/bambda-checker-merge.yml index 470ed0d..7f421f6 100644 --- a/.github/workflows/bambda-checker-merge.yml +++ b/.github/workflows/bambda-checker-merge.yml @@ -15,6 +15,7 @@ jobs: - uses: actions/checkout@v3 with: ref: main + ssh-key: ${{secrets.ACTION_PRIVKEY}} - uses: actions/setup-java@v3 with: java-version: '17'