Skip to content

Commit

Permalink
Merge pull request #3 from AFM-SPM/ns-rse/varnish
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse authored Jan 15, 2024
2 parents e658d15 + c060a38 commit 55ad622
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Add Issues to Project

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# You can target a repository in a different organization
# to the issue
project-url: https://github.com/orgs/AFM-SPM/projects/3
github-token: ${{ secrets.GH_ISSUE_TO_PROJECT }}
labeled: admin, blocked, bug, CI/CD, DNATracing, documentation, enhancement, Filters, Grains, GrainStats, Images, linting, Plotting, testing, user experience
label-operator: OR
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ docs/
# translation temp files
po/*~

# Emacs
*~
\#*\#

0 comments on commit 55ad622

Please sign in to comment.