Skip to content

Commit

Permalink
Merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
cp2004 committed Dec 29, 2022
2 parents 3dd10e7 + d46d87b commit edbc7ea
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/add_to_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Add issues/PRs to my project automatically

on:
issues:
types:
- opened
- transferred
pull_request_target:
types:
- opened

jobs:
add-to-project:
name: Add issue or PR to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/users/cp2004/projects/3
github-token: ${{ secrets.PROJECT_ACCESS }}
8 changes: 4 additions & 4 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ Backup feature

## Sponsors

- [@iFrostizz](https://github.com/iFrostizz)
- [@KenLucke](https://github.com/KenLucke)
* [@KenLucke](https://github.com/KenLucke)
* [@iFrostizz](https://github.com/iFrostizz)
* [@CmdrCody51](https://github.com/CmdrCody51)

As well as 7 others supporting me through [GitHub Sponsors](https://github.com/sponsors/cp2004)!
As well as 5 others supporting me regularly through [GitHub Sponsors](https://github.com/sponsors/cp2004)!

## Supporting my efforts

I created this project in my spare time, so if you have found it useful or enjoyed using it then please consider [supporting it's development!](https://github.com/sponsors/cp2004). You can sponsor monthly or one time, for any amount you choose.

## ✏️ 🔧

0 comments on commit edbc7ea

Please sign in to comment.