From 97c6b2acbd0980fbfb86a29f33185ae01309c2e7 Mon Sep 17 00:00:00 2001 From: Brijeshthummar02 Date: Wed, 2 Oct 2024 21:12:15 +0530 Subject: [PATCH 1/2] Update headers to be to follow accessibility guidelines in book-club.html --- .github/workflows/conference.yml | 7 ++++--- book-club.html | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/conference.yml b/.github/workflows/conference.yml index 66d0c99..c84ccd2 100644 --- a/.github/workflows/conference.yml +++ b/.github/workflows/conference.yml @@ -79,15 +79,16 @@ jobs: - name: Add comment to the issue uses: actions/github-script@v6 - if: ${{ github.event.action == 'opened' && startsWith(github.event.issue.title, '[CONFERENCE]') && contains(github.event.issue.labels.*.name, 'conference') }} #adds comment only if the issue is created by a user + if: ${{ github.event.action == 'opened' && startsWith(github.event.issue.title, '[CONFERENCE]') && contains(github.event.issue.labels.*.name, 'conference') }} with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | const issueNumber = context.payload.issue.number; - const comment = "Automated issue, no action is required." + const comment = "Automated issue, no action is required."; - github.issues.createComment({ + await github.issues.createComment({ ...context.repo, issue_number: issueNumber, body: comment }); + \ No newline at end of file diff --git a/book-club.html b/book-club.html index 616cb32..88538f7 100644 --- a/book-club.html +++ b/book-club.html @@ -15,11 +15,11 @@

Black Python Devs Book Club: A Community of Readers and LearnersThe club's leadership is dedicated to building a vibrant and engaging community for everyone. Our initiative aligns with BPD's overall mission to increase participation, empower our members, and provide opportunities for professional growth.

-

Books Completed:

+

Books Completed:

{% for book in site.data.books %}
-

{{ book.title }}

+

{{ book.title }}

Author: {{ book.author }}

Reviews

From bf94316a988ecfc505a30085e13cae7ac992b5ac Mon Sep 17 00:00:00 2001 From: Brijeshthummar02 Date: Wed, 2 Oct 2024 21:30:29 +0530 Subject: [PATCH 2/2] updated conflict --- .github/workflows/conference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conference.yml b/.github/workflows/conference.yml index c84ccd2..1145068 100644 --- a/.github/workflows/conference.yml +++ b/.github/workflows/conference.yml @@ -53,6 +53,7 @@ jobs: labels: | report automated pr + add_comment: runs-on: ubuntu-latest @@ -91,4 +92,3 @@ jobs: issue_number: issueNumber, body: comment }); - \ No newline at end of file