File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717# /
1818
1919# Workflow name:
20- name : update_unary_database
20+ name : update_math_scaffold_databases
2121
2222# Workflow triggers:
2323on :
@@ -44,11 +44,11 @@ permissions:
4444# Workflow jobs:
4545jobs :
4646
47- # Define a job for updating the unary database ...
47+ # Define a job for updating databases which are used for scaffolding mathematical packages ...
4848 update :
4949
5050 # Define a display name:
51- name : ' Update Unary Database '
51+ name : ' Update Scaffold Databases '
5252
5353 # Ensure the job does not run on forks:
5454 if : github.repository == 'stdlib-js/stdlib'
@@ -126,21 +126,21 @@ jobs:
126126 # Pin action to full length commit SHA
127127 uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
128128 with :
129- title : ' feat: update unary database '
129+ title : ' feat: update math scaffold databases '
130130 body : |
131131 This PR
132132
133- - updates the unary database based on changes to the unary function database or package.json scaffold fields
133+ - updates the databases for scaffolding mathematical databases
134134
135- commit-message : ' feat: update unary database '
135+ commit-message : ' feat: update math scaffold databases '
136136 committer :
' stdlib-bot <[email protected] >' 137137 signoff : true
138138 token : ${{ secrets.STDLIB_BOT_PAT_REPO_WRITE }}
139139 labels : |
140140 automated-pr
141141 team-reviewers : |
142142 reviewers
143- branch : update-unary-database
143+ branch : update-math-scaffold-databases
144144 delete-branch : true
145145
146146 # Create a pull request summary:
You can’t perform that action at this time.
0 commit comments