Skip to content

Commit

Permalink
docs: update project version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Sep 29, 2021
1 parent 1a7c274 commit 3dc4b9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: github.event_name == 'issues' && github.event.action == 'opened' || github.event.action == 'reopened'
steps:
- name: 'Move issue to "Todo"'
uses: leonsteinhaeuser/project-beta-automations@v0.0.6
uses: leonsteinhaeuser/project-beta-automations@v1.0.0
with:
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
organization: sample-org
Expand All @@ -45,7 +45,7 @@ jobs:
if: github.event_name == 'issues' && github.event.action == 'closed'
steps:
- name: 'Moved issue to "Done"'
uses: leonsteinhaeuser/project-beta-automations@v0.0.6
uses: leonsteinhaeuser/project-beta-automations@v1.0.0
with:
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
organization: sample-org
Expand All @@ -58,7 +58,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 "In Progress"'
uses: leonsteinhaeuser/project-beta-automations@v0.0.6
uses: leonsteinhaeuser/project-beta-automations@v1.0.0
with:
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
organization: sample-org
Expand All @@ -71,7 +71,7 @@ jobs:
if: github.event_name == 'pull_request' && github.event.action == 'ready_for_review'
steps:
- name: 'Move PR to "Ready for Review"'
uses: leonsteinhaeuser/project-beta-automations@v0.0.6
uses: leonsteinhaeuser/project-beta-automations@v1.0.0
with:
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
organization: sample-org
Expand All @@ -84,7 +84,7 @@ jobs:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
steps:
- name: 'Move PR to "Closed"'
uses: leonsteinhaeuser/project-beta-automations@v0.0.6
uses: leonsteinhaeuser/project-beta-automations@v1.0.0
with:
gh_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
organization: sample-org
Expand Down

0 comments on commit 3dc4b9b

Please sign in to comment.