Skip to content

Commit 82d1ddd

Browse files
authoredOct 14, 2020
disabling workflow until a new solution is found.
1 parent ea767bf commit 82d1ddd

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed
 

‎.github/workflows/readme.yml

+26-26
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
name: Readme
1+
# name: Readme
22

3-
on:
4-
issues:
5-
types: [opened, edited]
3+
# on:
4+
# issues:
5+
# types: [opened, edited]
66

7-
jobs:
8-
readme:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@v2
12-
with:
13-
ref: ${{ github.head_ref }}
14-
- run: 'echo "${{ github.event.issue.body }}" > temp.txt'
15-
- name: create-readme
16-
if: ${{ startsWith(github.event.issue.title, 'Add handle') }}
17-
uses: ./action
18-
- run: rm temp.txt
19-
- name: Create Pull Request
20-
if: ${{ startsWith(github.event.issue.title, 'Add handle') }}
21-
uses: peter-evans/create-pull-request@v2
22-
with:
23-
commit-message: ${{ github.event.issue.title }}
24-
title: ${{ github.event.issue.title }}
25-
body: |
26-
Closes #${{ github.event.issue.number }}
27-
labels: automated pr
28-
branch: add-new-developer-${{ github.event.issue.number }}
7+
# jobs:
8+
# readme:
9+
# runs-on: ubuntu-latest
10+
# steps:
11+
# - uses: actions/checkout@v2
12+
# with:
13+
# ref: ${{ github.head_ref }}
14+
# - run: 'echo "${{ github.event.issue.body }}" > temp.txt'
15+
# - name: create-readme
16+
# if: ${{ startsWith(github.event.issue.title, 'Add handle') }}
17+
# uses: ./action
18+
# - run: rm temp.txt
19+
# - name: Create Pull Request
20+
# if: ${{ startsWith(github.event.issue.title, 'Add handle') }}
21+
# uses: peter-evans/create-pull-request@v2
22+
# with:
23+
# commit-message: ${{ github.event.issue.title }}
24+
# title: ${{ github.event.issue.title }}
25+
# body: |
26+
# Closes #${{ github.event.issue.number }}
27+
# labels: automated pr
28+
# branch: add-new-developer-${{ github.event.issue.number }}

0 commit comments

Comments
 (0)
Failed to load comments.