Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GitHub Action labels and projets #792

Merged
merged 1 commit into from
May 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/workflows/generate_chapters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ jobs:
uses: peter-evans/create-pull-request@v2
with:
title: Update datestamps and generate chapters
project: Web Almanac
project-column: TODO
label: generate chapters
branch-suffix: timestamp
commit-message: Generate Chapters
body: |
Expand All @@ -63,3 +60,10 @@ jobs:
- Auto-generated by [create-pull-request][1] GitHub Action

[1]: https://github.com/peter-evans/create-pull-request
labels: generate chapters
project: Web Almanac
project-column: TODO
- name: Check outputs
run: |
echo "Pull Request Number - ${{ env.PULL_REQUEST_NUMBER }}"
echo "Pull Request Number - ${{ steps.cpr.outputs.pr_number }}"