-
Notifications
You must be signed in to change notification settings - Fork 433
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mzumbe' of https://github.com/kendrickjr/dspace-angular …
…into muscholar
- Loading branch information
Showing
6 changed files
with
93 additions
and
60 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
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
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# This workflow runs whenever a new pull request is created | ||
name: Pull Request opened | ||
|
||
# Only run for newly opened PRs against the "main" or maintenance branches | ||
# We allow this to run for `pull_request_target` so that github secrets are available | ||
# (This is required to assign a PR back to the creator when the PR comes from a forked repo) | ||
on: | ||
pull_request_target: | ||
types: [ opened ] | ||
branches: | ||
- main | ||
- 'dspace-**' | ||
|
||
permissions: | ||
pull-requests: write | ||
|
||
jobs: | ||
automation: | ||
runs-on: ubuntu-latest | ||
steps: | ||
# Assign the PR to whomever created it. This is useful for visualizing assignments on project boards | ||
# See https://github.com/toshimaru/auto-author-assign | ||
- name: Assign PR to creator | ||
uses: toshimaru/[email protected] |
2 changes: 1 addition & 1 deletion
2
src/app/request-copy/deny-request-copy/themed-deny-request-copy.component.ts
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