Skip to content

Commit

Permalink
Merge pull request #72 from seedcase-project/repo-sync/github/default
Browse files Browse the repository at this point in the history
🔄 synced file(s) with seedcase-project/.github
  • Loading branch information
lwjohnst86 authored Nov 27, 2023
2 parents 0ec9d0a + 6c9482d commit 3b02e6a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# .github/workflows/auto-author-assign.yml
name: Auto Author Assign

on:
pull_request_target:
types: [ opened, reopened ]

permissions:
pull-requests: write

jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v2.0.0
8 changes: 8 additions & 0 deletions .vscode/quarto.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@
"description": "Insert a 3 col table"
}

"Insert video": {
"prefix": "video",
"body": [
"{{< video ${0:Insert link here} >}}"
],
"description": "Insert video that will be shown"
}

// All our key words are included in this code snippet
// The idea is that we can insert this section and then delete the words we aren't interested in
// If words are missing then they can be added to the document, and then also added to the code snippet
Expand Down

0 comments on commit 3b02e6a

Please sign in to comment.