Skip to content

Commit cde7dc4

Browse files
Modified names of Workflow
1 parent 04d7353 commit cde7dc4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
required: true
1515

1616
jobs:
17-
assign-pr:
17+
assign:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: wow-actions/auto-assign@v3

docs/auto-assignee.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## [Auto Assign Assignee Workflow](https://github.com/clouddrove/github-shared-workflows/blob/master/.github/workflows/auto-assignee.yml)
1+
## [Auto Assign Assignee Workflow](https://github.com/clouddrove/github-shared-workflows/blob/master/.github/workflows/auto_assignee.yml)
22

3-
This workflow automates process for assigning assignees to the PR which would opened or reopened from a users list. Workflows have been added in `.github/workflows/auto-assignee-caller.yml`
3+
This workflow automates process for assigning assignees to the PR which would opened or reopened from a users list. Workflows have been added in `.github/workflows/auto_assignee.yml`
44

55
#### Usage
66
Below workflow can be used to automatically assign the assignee to a pull request (PR) when the request is opened or reopened from the specified branch. If we provide a list of users, it will randomly select one user and assign as assignee to the PR.
@@ -16,7 +16,7 @@ on:
1616
workflow_dispatch:
1717
jobs:
1818
assign-pr:
19-
uses: clouddrove/github-shared-workflows/.github/workflows/auto-assignee.yml@master
19+
uses: clouddrove/github-shared-workflows/.github/workflows/auto_assignee.yml@master
2020
secrets:
2121
GITHUB: ${{ secrets.TOKEN_GITHUB }}
2222
with:

0 commit comments

Comments
 (0)