Skip to content

Commit

Permalink
ci: add contributors action
Browse files Browse the repository at this point in the history
  • Loading branch information
lrkkr committed Jun 3, 2024
1 parent 20def98 commit 36fb2c4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/contributors.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: CMake

on:
push:
branches: ["main"]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Contributors Action
uses: github/[email protected]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Create issue
uses: peter-evans/create-issue-from-file@v5
with:
title: Contributor report
token: ${{ secrets.GH_TOKEN }}
content-filepath: ./CONTRIBUTORS.md
3 changes: 0 additions & 3 deletions CONTRIBUTORS.md

This file was deleted.

8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# template

Latex template [WIP]

## Content
* `demo.tex`: manuscript
* `MasterThesis.cls`: latex functions, page format
* `ref.bib`: reference in bib format

- `demo.tex`: manuscript
- `MasterThesis.cls`: latex functions, page format
- `ref.bib`: reference in bib format

0 comments on commit 36fb2c4

Please sign in to comment.