Skip to content

Commit ff2be61

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/packages/ethereum-storage/qs-6.14.1
2 parents 012c980 + 632b992 commit ff2be61

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/auto-project.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Auto Add to Project
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
7+
jobs:
8+
add-to-project:
9+
uses: RequestNetwork/.github/.github/workflows/add-to-project.yml@main
10+
secrets:
11+
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Reopen Issue If PRs Open
2+
3+
on:
4+
issues:
5+
types: [closed]
6+
7+
jobs:
8+
reopen-if-needed:
9+
uses: RequestNetwork/.github/.github/workflows/reopen-issue-if-prs-open.yml@main
10+
secrets:
11+
token: ${{ secrets.REOPEN_ISSUES_TOKEN }}

0 commit comments

Comments
 (0)