Skip to content

Commit ae49cb3

Browse files
committed
Update GitHub legacy actions
1 parent 25cb7d8 commit ae49cb3

File tree

3 files changed

+42
-23
lines changed

3 files changed

+42
-23
lines changed

.github/workflows/close-issues.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: close-issues
2+
on:
3+
issues:
4+
types: [opened, reopened]
5+
6+
jobs:
7+
state:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Close issue
11+
uses: peter-evans/close-issue@v1
12+
with:
13+
comment: >
14+
Hey @{{ author }},<br /><br />
15+
This repo is not currenlty maintained, and it's to be considered as _read-only_: **issues**, such as this one, **will not be fixed**.<br />
16+
Please refer to #244 for more info.<br /><br />
17+
Check out [**Swiftagram**](https://github.com/sbertix/Swiftagram) if you're looking for up-to-date alternatives to **SwiftyInsta**.<br /><br />
18+
- name: initial labeling
19+
uses: andymckay/labeler@master
20+
with:
21+
add-labels: "legacy"

.github/workflows/close-prs.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: close-prs
2+
on:
3+
pull_request_target:
4+
types: [opened, reopened]
5+
6+
jobs:
7+
state:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Close pull
11+
uses: peter-evans/close-pull@v1
12+
with:
13+
comment: >
14+
Hey @{{ author }},<br /><br />
15+
This repo is not currenlty maintained, and it's to be considered as _read-only_: **pull requests**, such as this one, **will not be considered**.<br />
16+
Please refer to #244 for more info.<br /><br />
17+
Check out [**Swiftagram**](https://github.com/sbertix/Swiftagram) if you're looking for up-to-date alternatives to **SwiftyInsta**.<br /><br />
18+
- name: initial labeling
19+
uses: andymckay/labeler@master
20+
with:
21+
add-labels: "legacy"

.github/workflows/state.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)