Skip to content

Commit

Permalink
Add the new workflow to maintenance.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jun 4, 2021
1 parent ed4fbc6 commit dc30267
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions doc/maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A few guidelines for managing GitHub issues:
[milestone](https://github.com/GenericMappingTools/pygmt/milestones) to issues as
appropriate.
* When people request to work on an open issue, either assign the issue to that person
and post a comment about the assignment or explain why you are not assigning the
and post a comment about the assignment or explain why you are not assigning the
issue to them and, if possible, recommend other issues for them to work on.
* People with write access should self-assign issues and/or comment on the issues that
they will address.
Expand Down Expand Up @@ -69,7 +69,7 @@ build and test the project on Linux, macOS and Windows.
They rely on the `environment.yml` file to install required dependencies using
conda and the `Makefile` to run the tests and checks.

There are 9 configuration files located in `.github/workflows`:
There are 11 configuration files located in `.github/workflows`:

1. `style_checks.yaml` (Code lint and style checks)

Expand Down Expand Up @@ -138,6 +138,11 @@ There are 9 configuration files located in `.github/workflows`:
modified, or deleted. A GitHub comment will be published that contains a summary
table of the images that have changed along with a visual report.

11. `release-baseline-images.yml` (Upload the archive of baseline images as a release asset)

This workflow is run to upload the ZIP archive of baseline images as a release
asset when a release is published.

## Continuous Documentation

We use the [Vercel for GitHub](https://github.com/apps/vercel) App to preview changes
Expand Down

0 comments on commit dc30267

Please sign in to comment.