1
0
Fork 0

Adding upstream version 1.2.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-18 17:35:34 +02:00
parent 63b0fff2f9
commit 04bba8eb8a
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
23 changed files with 2456 additions and 0 deletions

21
.github/workflows/issues.yml vendored Normal file
View file

@ -0,0 +1,21 @@
# Add all the issues created to the project.
name: Add issue or pull request to Project
on:
issues:
types:
- opened
pull_request_target:
types:
- opened
- reopened
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- name: Add issue to project
uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/gorilla/projects/4
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}