-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd3b8a3
commit 30f3668
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ jobs: | |
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened') | ||
steps: | ||
- name: Move issue to ${{ env.todo }} | ||
uses: leonsteinhaeuser/[email protected].0 | ||
uses: leonsteinhaeuser/[email protected].1 | ||
with: | ||
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
user: sample-user | ||
|
@@ -85,7 +85,7 @@ jobs: | |
if: github.event_name == 'issues' && github.event.action == 'closed' | ||
steps: | ||
- name: Moved issue to ${{ env.done }} | ||
uses: leonsteinhaeuser/[email protected].0 | ||
uses: leonsteinhaeuser/[email protected].1 | ||
with: | ||
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
user: sample-user | ||
|
@@ -99,7 +99,7 @@ jobs: | |
if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'review_requested') | ||
steps: | ||
- name: Move PR to ${{ env.in_progress }} | ||
uses: leonsteinhaeuser/[email protected].0 | ||
uses: leonsteinhaeuser/[email protected].1 | ||
with: | ||
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
user: sample-user | ||
|
@@ -113,7 +113,7 @@ jobs: | |
if: github.event_name == 'pull_request' && github.event.action == 'closed' | ||
steps: | ||
- name: Move PR to ${{ env.done }} | ||
uses: leonsteinhaeuser/[email protected].0 | ||
uses: leonsteinhaeuser/[email protected].1 | ||
with: | ||
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
user: sample-user | ||
|
@@ -196,7 +196,7 @@ jobs: | |
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened') | ||
steps: | ||
- name: 'Move issue to ${{ env.status_todo }}' | ||
uses: leonsteinhaeuser/[email protected].0 | ||
uses: leonsteinhaeuser/[email protected].1 | ||
env: | ||
DEBUG_LOG: "true" | ||
with: | ||
|
@@ -214,7 +214,7 @@ jobs: | |
- issue_opened_or_reopened | ||
steps: | ||
- name: 'Modify custom fields' | ||
uses: leonsteinhaeuser/[email protected].0 | ||
uses: leonsteinhaeuser/[email protected].1 | ||
env: | ||
DEBUG_LOG: "true" | ||
with: | ||
|
@@ -231,7 +231,7 @@ jobs: | |
if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened') | ||
steps: | ||
- name: 'Move PR to ${{ env.status_in_progress }}' | ||
uses: leonsteinhaeuser/[email protected].0 | ||
uses: leonsteinhaeuser/[email protected].1 | ||
env: | ||
DEBUG_LOG: "true" | ||
with: | ||
|
@@ -249,7 +249,7 @@ jobs: | |
- pr_opened_or_reopened | ||
steps: | ||
- name: 'Modify custom fields' | ||
uses: leonsteinhaeuser/[email protected].0 | ||
uses: leonsteinhaeuser/[email protected].1 | ||
env: | ||
DEBUG_LOG: "true" | ||
with: | ||
|
@@ -290,7 +290,7 @@ jobs: | |
if: github.event_name == 'issues' && github.event.action == 'opened' | ||
steps: | ||
- name: Move issue to ${{ env.todo }} | ||
uses: leonsteinhaeuser/[email protected].0 | ||
uses: leonsteinhaeuser/[email protected].1 | ||
env: | ||
DEBUG_COMMANDS: true | ||
DEBUG_LOG: true | ||
|