Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
auto-merge:
runs-on: ubuntu-latest
if: |
github.repository == 'fineanmol/Hacktoberfest2025' &&
github.repository == 'fineanmol/Hacktoberfest2026' &&
(github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success')
steps:
- name: Checkout scripts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ permissions:
id-token: write

concurrency:
group: pages-hf2025
group: pages-hf2026
cancel-in-progress: false

jobs:
deploy:
if: ${{ github.event_name != 'push' || !contains(github.event.head_commit.message, '[skip ci]') }}
if: ${{ github.event_name != 'push' || !github.event.head_commit || !contains(github.event.head_commit.message, '[skip ci]') }}
runs-on: ubuntu-latest
environment:
name: github-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
jobs:
validate:
runs-on: ubuntu-latest
if: github.repository == 'fineanmol/Hacktoberfest2025'
if: github.repository == 'fineanmol/Hacktoberfest2026'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
.git/objects/
.DS_Store
*.idea*
.github
*.github/
Loading
Loading