Skip to content

Commit

Permalink
Update naming. Remove cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Jan 18, 2024
1 parent 27d8700 commit 87f3fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/usage-notify.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cleanup Copilot Licenses
name: Notify Inactive Copilot Licenses
on:
workflow_dispatch:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Run this action on a schedule to automatically remove inactive Copilot licenses.
In addition to this it can also deploy users from a CSV file. This is useful as you are adopting Copilot as it can help facilitate the process of adding users to your organization.

## Usage
Create a workflow (eg: `.github/workflows/copilot-license-cleanup.yml`). See [Creating a Workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file).
Create a workflow (eg: `.github/workflows/copilot-license-management.yml`). See [Creating a Workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file).

### Deploying users from a CSV file

Expand Down

0 comments on commit 87f3fc8

Please sign in to comment.